about summary refs log tree commit diff
path: root/pkgs/tools/system/fakeroot
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 11:32:05 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 11:32:05 +0100
commitd811bb1dcb6f977555de5d0fbe9b9a127ef08ab0 (patch)
tree2f8f9766273eea9e7a9bd285e3fa200c280a172a /pkgs/tools/system/fakeroot
parent206c264c7dd885efce2df4807fef6a7f268501ae (diff)
downloadnixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar
nixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.gz
nixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.bz2
nixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.lz
nixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.xz
nixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.zst
nixlib-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.zip
Treewide: replace last refs to alioth.debian.org
Alioth is now offline -> https://wiki.debian.org/Salsa/AliothMigration
Sources moved to other forges (Salsa for example)
Some release tarballs are available on alioth-archive.debian.org
Diffstat (limited to 'pkgs/tools/system/fakeroot')
-rw-r--r--pkgs/tools/system/fakeroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/fakeroot/default.nix b/pkgs/tools/system/fakeroot/default.nix
index c31e7337dd59..934b74dd3846 100644
--- a/pkgs/tools/system/fakeroot/default.nix
+++ b/pkgs/tools/system/fakeroot/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage = http://fakeroot.alioth.debian.org/;
+    homepage = https://salsa.debian.org/clint/fakeroot;
     description = "Give a fake root environment through LD_PRELOAD";
     license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [viric];