about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/version-management/git-cache/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/version-management/git-cache/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/version-management/git-cache/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/version-management/git-cache/default.nix b/nixpkgs/pkgs/applications/version-management/git-cache/default.nix
index 147570c7afd1..7b31fca2b995 100644
--- a/nixpkgs/pkgs/applications/version-management/git-cache/default.nix
+++ b/nixpkgs/pkgs/applications/version-management/git-cache/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation {
     homepage = "https://github.com/Seb35/git-cache";
     license = licenses.wtfpl;
     description = "A program to add and manage a system-wide or user-wide cache for remote git repositories";
+    mainProgram = "git-cache";
     platforms = platforms.unix;
     maintainers = with maintainers; [ maxhearnden ];
   };