summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-05-17 11:01:57 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-05-17 11:01:57 +0200
commitb8ca39e2f2f97fec47aaad7c1f5f582f1c347a31 (patch)
treed1d1a11ad8424ef398b7cb0bc5a7687783dcd27a /pkgs/applications/version-management
parent137eae0b55949bcfd6a2f4ba12964db8bdfae954 (diff)
downloadnixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.tar
nixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.tar.gz
nixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.tar.bz2
nixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.tar.lz
nixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.tar.xz
nixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.tar.zst
nixpkgs-b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31.zip
cgit: improve a comment
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/cgit/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/cgit/default.nix b/pkgs/applications/version-management/git-and-tools/cgit/default.nix
index 47fa80cb901..fb7232794c5 100644
--- a/pkgs/applications/version-management/git-and-tools/cgit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/cgit/default.nix
@@ -12,10 +12,9 @@ stdenv.mkDerivation rec {
     sha256 = "0bci1p9spf79wirc4lk36cndcx2b9wj0fq1l58rlp6r563is77l3";
   };
 
-  # cgit is is tightly coupled with git and needs a git source tree to build.
-  # The cgit-0.10 Makefile has GIT_VER = 1.8.5, so use that version.
+  # cgit is tightly coupled with git and needs a git source tree to build.
   # IMPORTANT: Remember to check which git version cgit needs on every version
-  # bump.
+  # bump (look in the Makefile).
   # NOTE: as of 0.10.1, the git version is compatible from 1.9.0 to
   # 1.9.2 (see the repository history)
   gitSrc = fetchurl {