summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-12 02:56:01 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-12 20:35:37 +0100
commitf787a71451a61816ab31529434038a37f6982c66 (patch)
tree16dd0f79c6986a7bff6a337ffec3a0cc5a50ccfa
parentc04f5466186cda75488de15deb823ee0eb580cca (diff)
downloadnixpkgs-f787a71451a61816ab31529434038a37f6982c66.tar
nixpkgs-f787a71451a61816ab31529434038a37f6982c66.tar.gz
nixpkgs-f787a71451a61816ab31529434038a37f6982c66.tar.bz2
nixpkgs-f787a71451a61816ab31529434038a37f6982c66.tar.lz
nixpkgs-f787a71451a61816ab31529434038a37f6982c66.tar.xz
nixpkgs-f787a71451a61816ab31529434038a37f6982c66.tar.zst
nixpkgs-f787a71451a61816ab31529434038a37f6982c66.zip
tig: cleanup
-rw-r--r--pkgs/applications/version-management/git-and-tools/tig/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/tig/default.nix b/pkgs/applications/version-management/git-and-tools/tig/default.nix
index 6ac6cde44a8..15aa132928d 100644
--- a/pkgs/applications/version-management/git-and-tools/tig/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/tig/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   # those files are inherently impure, we'll handle the corresponding dependencies.
   postPatch = ''
-      rm -f contrib/config.make-*
+      rm contrib/config.make-*
   '';
 
   enableParallelBuilding = true;
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     homepage = "https://jonas.github.io/tig/";
     description = "Text-mode interface for git";
     maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = platforms.unix;
   };
 }