diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-28 15:02:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-28 15:02:23 +0200 |
commit | fb55f291091ffdc9c9e29e8d3d8831b18d81e913 (patch) | |
tree | 1479bd18fbca7babdcd533ccfe16833755dca7f2 /mirrors.geojson | |
parent | 02af1be3411db9e9140e4233836085034181bbbb (diff) |
add https://mirror.ihost.md/remi/
Diffstat (limited to 'mirrors.geojson')
-rw-r--r-- | mirrors.geojson | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index ac4a470..062306c 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -498,6 +498,19 @@ { "type": "Feature", "properties": { + "name": "https://mirror.docker.ru/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 30.316772, + 59.971508 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "https://mirror.dogado.de/remi/" }, "geometry": { @@ -758,13 +771,13 @@ { "type": "Feature", "properties": { - "name": "https://mirror.docker.ru/remi/" + "name": "https://mirror.ihost.md/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 30.316772, - 59.971508 + 28.8575, + 47.00556 ] } } |