summary refs log tree commit diff
path: root/pkgs/os-specific/linux/shadow
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2022-02-01 22:48:42 -0800
committerScott Worley <scottworley@scottworley.com>2022-02-01 22:48:42 -0800
commitf998cd7e540f1154c0c4b96819d8cb3ebd417246 (patch)
tree53ee3392beb63c21f76a111be88a7ccdd09d3611 /pkgs/os-specific/linux/shadow
parentefeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb (diff)
downloadnixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.tar
nixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.tar.gz
nixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.tar.bz2
nixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.tar.lz
nixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.tar.xz
nixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.tar.zst
nixpkgs-f998cd7e540f1154c0c4b96819d8cb3ebd417246.zip
Fix broken sources.gentoo.org fetch URLs
sources.gentoo.org is deprecated:
https://gitweb.gentoo.org/sites/www.git/commit/_includes/layout/header.html?id=526ebb46632332d44b91e0cc5a517d137845053a
Diffstat (limited to 'pkgs/os-specific/linux/shadow')
-rw-r--r--pkgs/os-specific/linux/shadow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/shadow/default.nix b/pkgs/os-specific/linux/shadow/default.nix
index e20023b2b6e..2e4ae1649ea 100644
--- a/pkgs/os-specific/linux/shadow/default.nix
+++ b/pkgs/os-specific/linux/shadow/default.nix
@@ -11,7 +11,7 @@ let
     else assert stdenv.hostPlatform.libc == "glibc"; stdenv.cc.libc;
 
   dots_in_usernames = fetchpatch {
-    url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/shadow/files/shadow-4.1.3-dots-in-usernames.patch";
+    url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-apps/shadow/files/shadow-4.1.3-dots-in-usernames.patch";
     sha256 = "1fj3rg6x3jppm5jvi9y7fhd2djbi4nc5pgwisw00xlh4qapgz692";
   };