internal/rosa/package: use mirrors.kernel.org

The GNU mirror redirector was down yet again, and I have had enough. This change replaces all mentions of ftpmirror.gnu.org with mirrors.kernel.org.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-30 22:59:08 +09:00
parent 5e1b4bb0b8
commit a2f97f7e0f
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package ncurses {
version# = "6.6";
source = remoteTar {
url = "https://ftpmirror.gnu.org/gnu/ncurses/ncurses-"+version+".tar.gz";
url = "https://mirrors.kernel.org/gnu/ncurses/ncurses-"+version+".tar.gz";
checksum = "XvWp4xi6hR_hH8XUoGY26L_pqBSDapJYulhzZqPuR0KNklqypqNc1yNXU-nOjf5w";
compress = gzip;
};