Skip to content

Commit 10f06c5

Browse files
authored
fetchurl: clean up KDE mirrors (#360523)
2 parents 0d7e457 + 07af3c1 commit 10f06c5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pkgs/build-support/fetchurl/mirrors.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,8 @@
123123
"ftp://ftp.sunet.se/mirror/imagemagick.org/ftp/" # also contains older versions removed from most mirrors
124124
];
125125

126-
# Mirrors from https://download.kde.org/ls-lR.mirrorlist
127126
kde = [
128-
"https://cdn.download.kde.org/"
129-
"https://download.kde.org/download.php?url="
130-
"https://ftp.gwdg.de/pub/linux/kde/"
131-
"https://mirrors.ocf.berkeley.edu/kde/"
132-
"https://mirrors.mit.edu/kde/"
133-
"https://mirrors.ustc.edu.cn/kde/"
127+
"https://download.kde.org/"
134128
"https://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/"
135129
];
136130

0 commit comments

Comments
 (0)