diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-13 09:02:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-13 09:02:31 +0100 |
commit | 44a8883f725673118eb258ed53c4304700aa9542 (patch) | |
tree | 70571b19d7db770f8df8101dd995ee8987e6cb66 /mirrors.geojson | |
parent | f83903f3d2e66c895660c2399c5fab04370794af (diff) |
add https://mirror.digitalpacific.com.au/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 18795b7..b0ae8f5 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -368,6 +368,19 @@ { "type": "Feature", "properties": { + "name": "http://remirepo.reloumirrors.net/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 2.320862, + 48.846643 + ] + } + }, + { + "type": "Feature", + "properties": { "name": "http://repo1.ash.innoscale.net/remi/" }, "geometry": { @@ -615,13 +628,13 @@ { "type": "Feature", "properties": { - "name": "http://remirepo.reloumirrors.net/" + "name": "https://mirror.digitalpacific.com.au/remi/" }, "geometry": { "type": "Point", "coordinates": [ - 2.320862, - 48.846643 + 151.2, + -33.876 ] } } |