From b6093c49e6d0e377b4d5ebd3f032a5672ea83065 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2023 09:43:47 +0200 Subject: add https://mirror.centos.no/ new mirror --- mirrors.geojson | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'mirrors.geojson') diff --git a/mirrors.geojson b/mirrors.geojson index 18d60fa..ccf358a 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -508,6 +508,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.mangohost.net/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 28.856964, + 47.02427 + ] + } + }, { "type": "Feature", "properties": { @@ -612,6 +625,19 @@ ] } }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.usi.edu/pub/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -87.6377, + 37.9894 + ] + } + }, { "type": "Feature", "properties": { @@ -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 ] } } -- cgit