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 | |
parent | README.md: package.json -> paku.json (diff) | |
download | package-repository-226bd7e99645ec112f4ebd6c07a9a9de252aec8c.tar.gz package-repository-226bd7e99645ec112f4ebd6c07a9a9de252aec8c.tar.xz |
dependencies.dot: dependency cycle between std-tools and Standardify
-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 } |