branch: externals/osm
commit 97b44f47a6d652f6a832f7df4be35c826a8a97b3
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Cleanup meta information
---
 osm.el | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/osm.el b/osm.el
index aae7fe9af9..c791c8d918 100644
--- a/osm.el
+++ b/osm.el
@@ -115,24 +115,21 @@ See also `osm-server-list'."
      :url "https://%s.tile.openstreetmap.fr/hot/%z/%x/%y.png";
      :group "Special Purpose"
      :copyright ("Map data © 
{OpenStreetMap|https://www.openstreetmap.org/copyright} contributors"
-                 "Map style © {Humanitarian OpenStreetMap 
Team|https://www.hotosm.org/}";
-                 "Hosting: {OpenStreetMap France|https://openstreetmap.fr/}";))
+                 "Map style © {Humanitarian OpenStreetMap 
Team|https://www.hotosm.org/}";))
     (cyclosm
      :name "CyclOSM"
      :description "Bicycle-oriented map provided by OpenStreetMap France"
      :url "https://%s.tile-cyclosm.openstreetmap.fr/cyclosm/%z/%x/%y.png";
      :group "Transportation"
      :copyright ("Map data © 
{OpenStreetMap|https://www.openstreetmap.org/copyright} contributors"
-                 "Map style © {CyclOSM|https://www.cyclosm.org/} contributors"
-                 "Hosting: {OpenStreetMap France|https://openstreetmap.fr/}";))
+                 "Map style © {CyclOSM|https://www.cyclosm.org/} 
contributors"))
     (openriverboatmap
      :name "OpenRiverBoatMap"
      :description "Waterways map provided by OpenStreetMap France"
      :url "https://%s.tile.openstreetmap.fr/openriverboatmap/%z/%x/%y.png";
      :group "Transportation"
      :copyright ("Map data © 
{OpenStreetMap|https://www.openstreetmap.org/copyright} contributors"
-                 "Map style © 
{OpenRiverBoatMap|https://github.com/tilery/OpenRiverboatMap}";
-                 "Hosting: {OpenStreetMap France|https://openstreetmap.fr/}";))
+                 "Map style © 
{OpenRiverBoatMap|https://github.com/tilery/OpenRiverboatMap}";))
     (opentopomap
      :name "OpenTopoMap"
      :description "Topographical map provided by OpenTopoMap"

Reply via email to