Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-02 10:13:10 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-02 10:13:10 +0100
commitb72fdb2eb16b790d742b9f5d8692783bcad37b86 (patch)
tree1b7050769fd1b85d440004cdbd08113e88f628a2
parentb64988c27a060b399a247d1ffe7bd71185c2cf32 (diff)
removed archlinux32.agoctrl.orgHEADmaster
-rw-r--r--mirrors.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mirrors.php b/mirrors.php
index 959fbda..fe70a9c 100644
--- a/mirrors.php
+++ b/mirrors.php
@@ -288,8 +288,8 @@ EOF;
if (isset($content['urls'])) {
foreach ($content['urls'] as $row) {
# I'm sure this can be done differently..
- if( $row["url"] == "http://arch86.takehiko.pl/" ||
- $row["url"] == "https://arch86.takehiko.pl/" ) {
+ if( $row["url"] == "http://archlinux32.agoctrl.org/" ||
+ $row["url"] == "https://archlinux32.agoctrl.org/" ) {
continue;
}
print " <tr class=\"" . $oddity ."\">\n";