about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-17 10:31:52 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-17 10:31:52 +0100
commit3864800226f7fa9063ba520e4a2d92426a75a2c7 (patch)
treecf38196621a1fb2765246e5253ee8be4b9f3b6f4 /pkgs/development/tools/misc
parentbe7125dde7d3521725cf2e2ea70b3c309eebd0e4 (diff)
parent056bda4714dfb438761e6ad788501d750beb8aa0 (diff)
downloadnixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.tar
nixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.tar.gz
nixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.tar.bz2
nixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.tar.lz
nixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.tar.xz
nixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.tar.zst
nixlib-3864800226f7fa9063ba520e4a2d92426a75a2c7.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/chrpath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/chrpath/default.nix b/pkgs/development/tools/misc/chrpath/default.nix
index 956a8df69cea..3cae6aa2ae6b 100644
--- a/pkgs/development/tools/misc/chrpath/default.nix
+++ b/pkgs/development/tools/misc/chrpath/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "chrpath-0.16";
 
   src = fetchurl {
-    url = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz";
+    url = "https://alioth-archive.debian.org/releases/chrpath/chrpath/0.16/chrpath-0.16.tar.gz";
     sha256 = "0yvfq891mcdkf8g18gjjkn2m5rvs8z4z4cl1vwdhx6f2p9a4q3dv";
   };
 
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
       binary. The rpath, or runpath if it is present, is where the runtime
       linker should look for the libraries needed for a program.
     '';
-    homepage = https://alioth.debian.org/projects/chrpath/;
+    homepage = https://tracker.debian.org/pkg/chrpath;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = [ maintainers.bjornfor ];