diff options
author | EuAndreh <eu@euandre.org> | 2021-03-03 12:59:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-03 12:59:12 -0300 |
commit | 2cb08d09a7f3f4cb6c98e8e4df61a843c566b4bd (patch) | |
tree | 977928c1eaa324c670247f2496e2449c3dcbc096 | |
parent | dependencies.dot: Add PatchSeries (diff) | |
download | package-repository-2cb08d09a7f3f4cb6c98e8e4df61a843c566b4bd.tar.gz package-repository-2cb08d09a7f3f4cb6c98e8e4df61a843c566b4bd.tar.xz |
dependencies.dot: s/PatchSeries/Multipatch/g
-rw-r--r-- | dependencies.dot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.dot b/dependencies.dot index 166f4e6..cc1ebea 100644 --- a/dependencies.dot +++ b/dependencies.dot @@ -57,8 +57,8 @@ digraph { Songbooks -> "yoctoauth-artanis" DiscussionsSite -> "YoctoAuth::Mojolicious" - PatchSeries -> DiscussionsSite - PatchSeries -> "YoctoAuth::Mojolicious" + Multipatch -> DiscussionsSite + Multipatch -> "YoctoAuth::Mojolicious" Standardify -> "YoctoAuth::Mojolicious" Standardify -> AutoQEMU |