git-sync: move to gitAndTools.git-sync

By convention, git-related tools in nixpkgs are not added to
the top level but bundled under gitAndTools.
This commit is contained in:
Uli Baum 2018-06-26 12:33:18 +02:00
parent 53138130f8
commit 19ce96584a
2 changed files with 2 additions and 2 deletions

View File

@ -95,6 +95,8 @@ rec {
git-stree = callPackage ./git-stree { };
git-sync = callPackage ./git-sync { };
git2cl = callPackage ./git2cl { };
gitFastExport = callPackage ./fast-export { };

View File

@ -16106,8 +16106,6 @@ with pkgs;
python = python27;
};
git-sync = callPackage ../applications/version-management/git-and-tools/git-sync { };
gitolite = callPackage ../applications/version-management/gitolite { };
inherit (gnome3) gitg;