De-prioritize launchpad mirror

This commit is contained in:
idk
2021-08-24 19:09:52 -04:00
parent 57ed82df57
commit 692894f68c
2 changed files with 6 additions and 6 deletions

View File

@@ -10,11 +10,11 @@ from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
DEFAULT_MIRROR = {
"net": "clearnet",
"protocol": "https",
"domain": "launchpad.net",
"path": "/i2p/trunk/%(version)s/+download/%(file)s",
"org": "Launchpad",
"org_url": "https://launchpad.net",
"country": "us"
"domain": "download.i2p2.de",
"path": "/releases/%(version)s/%(file)s,
"org": "i2p2.de",
"org_url": "https://download.i2p2.de",
"country": "de"
}
#{