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:58:32 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-12-03 18:42:23 -0300
commit019fac031aa7431def2ece7314775b9b41d68c11 (patch)
tree9e878d3763b4518f4975ee722eeed2848001cef5 /pkgs/top-level
parentd5fdd6944279430c3152c796983b3ef3ed19f5de (diff)
git-hound: 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 2e45719378a77..351e8ef5bb21c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1706,7 +1706,7 @@ with pkgs;
     inherit (darwin.apple_sdk.frameworks) Security;
   };
 
-  git-hound = callPackage ../tools/security/git-hound { };
+  git-hound = callPackage ../applications/version-management/git-and-tools/git-hound { };
 
   git-hub = callPackage ../applications/version-management/git-and-tools/git-hub { };