about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-12-01 07:40:50 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-12-03 18:42:22 -0300
commitd5fdd6944279430c3152c796983b3ef3ed19f5de (patch)
treebe61062ff139309f579373c9bda96c13eced5add /pkgs/top-level
parent7601b8d8f5b8df5c2fa33c521564a697a45f88d4 (diff)
git-ftp: move to git-and-tools
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ac6cde79b59de..2e45719378a77 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;