Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mirrors.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mirrors.php b/mirrors.php
index fe70a9c..10ac74a 100644
--- a/mirrors.php
+++ b/mirrors.php
@@ -289,7 +289,8 @@ EOF;
foreach ($content['urls'] as $row) {
# I'm sure this can be done differently..
if( $row["url"] == "http://archlinux32.agoctrl.org/" ||
- $row["url"] == "https://archlinux32.agoctrl.org/" ) {
+ $row["url"] == "https://archlinux32.agoctrl.org/" ||
+ $row["url"] == "https://mirror.qctronics.com/arch32/" ) {
continue;
}
print " <tr class=\"" . $oddity ."\">\n";