about summary refs log tree commit diff
path: root/pkgs/tools/system/hardlink
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2018-02-08 16:38:06 -0500
committerDan Peebles <pumpkin@me.com>2018-02-08 16:38:08 -0500
commitdfd300c81dfb7292d26cfbce3df9717ea408e410 (patch)
tree4ae0e9ebc3960ff3ebe9fc3069a68be9b6b177d0 /pkgs/tools/system/hardlink
parent693ab60bb4f7e2cf542cd87f23cfd4b0bf5d110a (diff)
downloadnixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.gz
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.bz2
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.lz
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.xz
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.zst
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.zip
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
Diffstat (limited to 'pkgs/tools/system/hardlink')
-rw-r--r--pkgs/tools/system/hardlink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/hardlink/default.nix b/pkgs/tools/system/hardlink/default.nix
index ea062115402d..57e3e63ca896 100644
--- a/pkgs/tools/system/hardlink/default.nix
+++ b/pkgs/tools/system/hardlink/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   version = "1.3-4";
 
   src = fetchurl {
-    url = "http://pkgs.fedoraproject.org/cgit/rpms/hardlink.git/snapshot/hardlink-aa6325ac4e8100b8ac7d38c7f0bc2708e69bd855.tar.xz";
+    url = "http://src.fedoraproject.org/cgit/rpms/hardlink.git/snapshot/hardlink-aa6325ac4e8100b8ac7d38c7f0bc2708e69bd855.tar.xz";
     sha256 = "0g4hyrnd9hpykbf06qvvp3s4yyk7flbd95gilkf7r3w9vqiagvs2";
   };
 
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Consolidate duplicate files via hardlinks";
     homepage = https://pagure.io/hardlink;
-    repositories.git = http://pkgs.fedoraproject.org/cgit/rpms/hardlink.git;
+    repositories.git = http://src.fedoraproject.org/cgit/rpms/hardlink.git;
     license = licenses.gpl2Plus;
     platforms = platforms.unix;
   };