diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-06 09:43:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-06 09:43:47 +0200 |
commit | b6093c49e6d0e377b4d5ebd3f032a5672ea83065 (patch) | |
tree | 149ee053799359f51bac3360a7135b881ccd9143 /mirrors.geojson | |
parent | 0559955caa4aabd2c172c754a3c42fbd0c02b640 (diff) |
add https://mirror.centos.no/ new mirror
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index 18d60fa..ccf358a 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -511,6 +511,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.mangohost.net/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 28.856964, + 47.02427 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.marwan.ma/remi/" }, "geometry": { @@ -615,6 +628,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.usi.edu/pub/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.6377, + 37.9894 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirrors.chroot.ro/remi/" }, "geometry": { @@ -758,13 +784,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.usi.edu/pub/remi/" + "name": "http://mirror.centos.no/remi/" }, "geometry": { "type": "Point", "coordinates": [ - -87.6377, - 37.9894 + 7.995, + 58.147 ] } } |