diff options
author | EuAndreh <eu@euandre.org> | 2021-03-02 18:03:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-02 18:03:23 -0300 |
commit | 226bd7e99645ec112f4ebd6c07a9a9de252aec8c (patch) | |
tree | 61b636bb4625ac4a59dd159b94e37c6f02184b39 /dependencies.dot | |
parent | 878d5cc857268484c9461c564caae09fc7e8746a (diff) | |
download | package-repository-226bd7e99645ec112f4ebd6c07a9a9de252aec8c.tar.gz |
dependencies.dot: dependency cycle between std-tools and Standardify
Notes
Notes:
See CI logs with:
git notes --ref=refs/notes/ci-logs show 226bd7e99645ec112f4ebd6c07a9a9de252aec8c
git notes --ref=refs/notes/ci-data show 226bd7e99645ec112f4ebd6c07a9a9de252aec8c
Diffstat (limited to 'dependencies.dot')
-rw-r--r-- | dependencies.dot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies.dot b/dependencies.dot index bb1c465..712e0a7 100644 --- a/dependencies.dot +++ b/dependencies.dot @@ -61,4 +61,5 @@ digraph { Standardify -> "YoctoAuth::Mojolicious" Standardify -> AutoQEMU Standardify -> "std-tools" + "std-tools" -> Standardify } |