worker: move to applications/file-managers

This commit is contained in:
AndersonTorres 2022-06-26 23:35:12 -03:00
parent 25bc8d2b18
commit 81f5320646
2 changed files with 1 additions and 1 deletions

View File

@ -30871,7 +30871,7 @@ with pkgs;
wordgrinder = callPackage ../applications/office/wordgrinder { };
worker = callPackage ../applications/misc/worker { };
worker = callPackage ../applications/file-managers/worker { };
workrave = callPackage ../applications/misc/workrave {
inherit (python27Packages) cheetah;