clex: move to applications/file-managers

This commit is contained in:
AndersonTorres 2022-06-26 21:46:29 -03:00
parent fb89bc5fca
commit f47027dfd0
2 changed files with 1 additions and 1 deletions

View file

@ -4996,7 +4996,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation;
};
clex = callPackage ../tools/misc/clex { };
clex = callPackage ../applications/file-managers/clex { };
client-ip-echo = callPackage ../servers/misc/client-ip-echo { };