diff options
author | Jani Välimaa <wally@mageia.org> | 2024-09-14 13:28:59 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-09-14 13:28:59 +0300 |
commit | 8a302f36b38b8ba9a1984b6d1f8778e4f1f5e4d8 (patch) | |
tree | 30f05da890ae37ce9d1dab50dcb22f90085e928c /lib | |
parent | fffcb3c8667ef3c8b04cb89b57519e5e85bb2b6a (diff) | |
download | www-8a302f36b38b8ba9a1984b6d1f8778e4f1f5e4d8.tar www-8a302f36b38b8ba9a1984b6d1f8778e4f1f5e4d8.tar.gz www-8a302f36b38b8ba9a1984b6d1f8778e4f1f5e4d8.tar.bz2 www-8a302f36b38b8ba9a1984b6d1f8778e4f1f5e4d8.tar.xz www-8a302f36b38b8ba9a1984b6d1f8778e4f1f5e4d8.zip |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cached.list.php | 4 | ||||
-rw-r--r-- | lib/cached.list_doc.php | 4 | ||||
-rw-r--r-- | lib/cached.list_mirrorlist.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/cached.list.php b/lib/cached.list.php index 6b1e93505..2b2de13dd 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -565,14 +565,14 @@ 'zone' => 'SE', 'country' => 'SE', 'city' => 'Umeå', - 'url' => 'http://ftp.acc.umu.se/mirror/mageia', + 'url' => 'http://mirror.accum.se/mirror/mageia', ), 59 => array ( 'zone' => 'SE', 'country' => 'SE', 'city' => 'Umeå', - 'url' => 'https://ftp.acc.umu.se/mirror/mageia', + 'url' => 'https://mirror.accum.se/mirror/mageia', ), 60 => array ( diff --git a/lib/cached.list_doc.php b/lib/cached.list_doc.php index dae37db42..1f55d5570 100644 --- a/lib/cached.list_doc.php +++ b/lib/cached.list_doc.php @@ -565,14 +565,14 @@ 'zone' => 'SE', 'country' => 'SE', 'city' => 'Umeå', - 'url' => 'http://ftp.acc.umu.se/mirror/mageia', + 'url' => 'http://mirror.accum.se/mirror/mageia', ), 59 => array ( 'zone' => 'SE', 'country' => 'SE', 'city' => 'Umeå', - 'url' => 'https://ftp.acc.umu.se/mirror/mageia', + 'url' => 'https://mirror.accum.se/mirror/mageia', ), 60 => array ( diff --git a/lib/cached.list_mirrorlist.php b/lib/cached.list_mirrorlist.php index 6022445c3..e620d20e4 100644 --- a/lib/cached.list_mirrorlist.php +++ b/lib/cached.list_mirrorlist.php @@ -558,14 +558,14 @@ 'zone' => 'SE', 'country' => 'SE', 'city' => 'Umeå', - 'url' => 'http://ftp.acc.umu.se/mirror/mageia', + 'url' => 'http://mirror.accum.se/mirror/mageia', ), 59 => array ( 'zone' => 'SE', 'country' => 'SE', 'city' => 'Umeå', - 'url' => 'https://ftp.acc.umu.se/mirror/mageia', + 'url' => 'https://mirror.accum.se/mirror/mageia', ), 60 => array ( |