From bc5eea5d3d5703836acf6e07f4fe10dc38327a4f Mon Sep 17 00:00:00 2001 From: Chris Orlando Date: Mon, 6 Apr 2020 19:44:24 -0400 Subject: [PATCH] Google Maps -> Leaflet --- buildbot/repos/rpm/control/centos8/Minecraft-Overviewer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/repos/rpm/control/centos8/Minecraft-Overviewer.spec b/buildbot/repos/rpm/control/centos8/Minecraft-Overviewer.spec index 43ffc4b..e3c84cb 100644 --- a/buildbot/repos/rpm/control/centos8/Minecraft-Overviewer.spec +++ b/buildbot/repos/rpm/control/centos8/Minecraft-Overviewer.spec @@ -14,7 +14,7 @@ BuildRequires: epel-release git python36-devel python3-numpy %description The Minecraft Overviewer is a command-line tool for rendering high-resolution maps of Minecraft worlds. It generates a set of static html and image files and -uses the Google Maps API to display a nice interactive map. +uses the Leaflet javascript library to display a nice interactive map. %prep git clone https://github.com/python-pillow/Pillow.git %{_tmppath}/Pillow