diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-04 09:50:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-04 09:50:30 +0200 |
commit | 7c4cc5b05837d619c35cf0334745cfc134e247be (patch) | |
tree | 8213c30c28c81b66a225fed4e805b678defae447 /mirrors.geojson | |
parent | a748677beede282926cd60827a8ee52d9eb5d4ea (diff) |
add https://mirrors.upr.edu/remi/ new mirror
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 9dec1fe..2a082c5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -576,6 +576,32 @@ { "type": "Feature", "properties": { + "name": "https://mirrors.chroot.ro/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 26.25, + 47.6333 + ] + } + }, + { + "type": "Feature", + "properties": { + "name": "https://mirrors.ptisp.pt/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -9.1333, + 38.7167 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirrors.tuna.tsinghua.edu.cn/remi/" }, "geometry": { @@ -667,26 +693,13 @@ { "type": "Feature", "properties": { - "name": "https://mirrors.ptisp.pt/remi/" + "name": "https://mirrors.upr.edu/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -9.1333, - 38.7167 - ] - } - }, - { - "type": "Feature", - "properties": { - "name": "https://mirrors.chroot.ro/remi/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 26.25, - 47.6333 + -66.1057, + 18.4663 ] } } |