summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam
diff options
context:
space:
mode:
authorLila <lila91142@gmail.com>2020-05-15 17:58:27 +0200
committerGitHub <noreply@github.com>2020-05-15 16:58:27 +0100
commit751729914624e57888e85e6e178fc258db004d9a (patch)
tree3d83ea01296db2d3612734303bc622731747e52f /pkgs/os-specific/linux/pam
parent7319061eef4fc9acafa0f67b6b38b79ef465e556 (diff)
downloadnixpkgs-751729914624e57888e85e6e178fc258db004d9a.tar
nixpkgs-751729914624e57888e85e6e178fc258db004d9a.tar.gz
nixpkgs-751729914624e57888e85e6e178fc258db004d9a.tar.bz2
nixpkgs-751729914624e57888e85e6e178fc258db004d9a.tar.lz
nixpkgs-751729914624e57888e85e6e178fc258db004d9a.tar.xz
nixpkgs-751729914624e57888e85e6e178fc258db004d9a.tar.zst
nixpkgs-751729914624e57888e85e6e178fc258db004d9a.zip
treewide: fix broken AlpineLinux repo links (#87892)
Diffstat (limited to 'pkgs/os-specific/linux/pam')
-rw-r--r--pkgs/os-specific/linux/pam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/pam/default.nix b/pkgs/os-specific/linux/pam/default.nix
index 2e44a887d69..fb969d7574a 100644
--- a/pkgs/os-specific/linux/pam/default.nix
+++ b/pkgs/os-specific/linux/pam/default.nix
@@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
 
   patches = stdenv.lib.optionals (stdenv.hostPlatform.libc == "musl") [
     (fetchpatch {
-      url = "https://git.alpinelinux.org/cgit/aports/plain/main/linux-pam/fix-compat.patch?id=05a62bda8ec255d7049a2bd4cf0fdc4b32bdb2cc";
+      url = "https://git.alpinelinux.org/aports/plain/main/linux-pam/fix-compat.patch?id=05a62bda8ec255d7049a2bd4cf0fdc4b32bdb2cc";
       sha256 = "1h5yp5h2mqp1fcwiwwklyfpa69a3i03ya32pivs60fd7g5bqa7sf";
     })
     (fetchpatch {
-      url = "https://git.alpinelinux.org/cgit/aports/plain/main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch?id=05a62bda8ec255d7049a2bd4cf0fdc4b32bdb2cc";
+      url = "https://git.alpinelinux.org/aports/plain/main/linux-pam/libpam-fix-build-with-eglibc-2.16.patch?id=05a62bda8ec255d7049a2bd4cf0fdc4b32bdb2cc";
       sha256 = "1ib6shhvgzinjsc603k2x1lxh9dic6qq449fnk110gc359m23j81";
     })
     # From adelie's package repo, using local copy since it seems to be currently offline.