summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/fetchgit/nix-prefetch-git
diff options
context:
space:
mode:
authorCraig Younkins <cyounkins@gmail.com>2018-11-30 01:19:05 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-25 22:34:55 -0500
commit8b12b17df3a8b5141e7a848641933cec28818ffa (patch)
tree61dd653b32275ac05c5fafcfc54f1de6329fd9d1 /pkgs/build-support/fetchgit/nix-prefetch-git
parent87d6913ef92d0c71c44441d2182849337e1b6bca (diff)
treewide: Fix broken Gmane URLs
Diffstat (limited to 'pkgs/build-support/fetchgit/nix-prefetch-git')
-rwxr-xr-xpkgs/build-support/fetchgit/nix-prefetch-git2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git
index 34dfe67df4bd..fa4e504c908f 100755
--- a/pkgs/build-support/fetchgit/nix-prefetch-git
+++ b/pkgs/build-support/fetchgit/nix-prefetch-git
@@ -152,7 +152,7 @@ checkout_ref(){
if "$deepClone"; then
# The caller explicitly asked for a deep clone. Deep clones
# allow "git describe" and similar tools to work. See
- # http://thread.gmane.org/gmane.linux.distributions.nixos/3569
+ # https://marc.info/?l=nix-dev&m=139641582514772
# for a discussion.
return 1
fi