diff options
author | Leah Woods <info@minifree.org> | 2016-05-20 10:11:16 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-20 10:11:16 (EDT) |
commit | c3a37d3003ec0f441128501f9fd1b007e07abcf7 (patch) | |
tree | bbd299a53dcf89cf66e4dc85b8b10f0ec79d2bf3 /site/common | |
parent | 34eaf2f3d1297332a50a3e8955a62821d41dd414 (diff) | |
download | libreboot.org-c3a37d3003ec0f441128501f9fd1b007e07abcf7.zip libreboot.org-c3a37d3003ec0f441128501f9fd1b007e07abcf7.tar.gz libreboot.org-c3a37d3003ec0f441128501f9fd1b007e07abcf7.tar.bz2 |
typofix
Diffstat (limited to 'site/common')
-rw-r--r-- | site/common/variables.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 29e29e6..c73482f 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -29,12 +29,10 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "https://notabug.org/vimuser/libreboot.git", - "git://git.pehjota.net/libreboot-backup/libreboot.git", - "git://gnu.dk/libreboot.git" + "git://git.pehjota.net/libreboot-backup/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "git://git.pehjota.net/libreboot-backup/libreboot.org.git", - "git://gnu.dk/libreboot-website.git" + "git://git.pehjota.net/libreboot-backup/libreboot.org.git" ); /* HTTPS mirrors (for release archives) */ @@ -42,7 +40,6 @@ array("https://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"), array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"), array("https://mirror.se.partyvan.eu/pub/libreboot/","partyvan.eu, Sweden"), - array("https://mirror.gnu.dk/libreboot/", "GNU.dk, Denmark"), array("https://elgrande74.net/libreboot/","elgrande74.net, France"), array("https://nedson.net/libreboot","nedson.net, USA") ); |