git-ftp: move to git-and-tools

This commit is contained in:
AndersonTorres 2022-12-01 07:40:50 -03:00
parent 7601b8d8f5
commit d5fdd69442
2 changed files with 1 additions and 1 deletions

View File

@ -1700,7 +1700,7 @@ with pkgs;
git-fire = callPackage ../applications/version-management/git-and-tools/git-fire { };
git-ftp = callPackage ../development/tools/git-ftp { };
git-ftp = callPackage ../applications/version-management/git-and-tools/git-ftp { };
git-gone = callPackage ../applications/version-management/git-and-tools/git-gone {
inherit (darwin.apple_sdk.frameworks) Security;