ssb-patchwork: move to ssb-patchwork dir

Since there's no other ssb package anymore (see previous commit),
there's no need to group them together in a common subdirectory.
This commit is contained in:
Lorenzo Manacorda 2020-06-16 17:28:47 +02:00
parent 56f04cb368
commit fe26b6241c
2 changed files with 2 additions and 2 deletions

View File

@ -6840,7 +6840,7 @@ in
svgcleaner = callPackage ../tools/graphics/svgcleaner { };
ssb-patchwork = callPackage ../applications/networking/ssb/patchwork { };
ssb-patchwork = callPackage ../applications/networking/ssb-patchwork { };
ssdeep = callPackage ../tools/security/ssdeep { };
@ -15768,7 +15768,7 @@ in
hiawatha = callPackage ../servers/http/hiawatha {};
home-assistant = callPackage ../servers/home-assistant {
home-assistant = callPackage ../servers/home-assistant {
python3 = python37;
};