From 5d2506269e87308481570148f45cc635ac6328d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 2 Oct 2021 11:46:51 +0200 Subject: [PATCH] fix website url in metadata --- xstatic/pkg/leaflet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/leaflet/__init__.py b/xstatic/pkg/leaflet/__init__.py index 5e41aa2..c813cbf 100644 --- a/xstatic/pkg/leaflet/__init__.py +++ b/xstatic/pkg/leaflet/__init__.py @@ -28,7 +28,7 @@ MAINTAINER = 'Benjamin Dauvergne' MAINTAINER_EMAIL = 'bdauvergne@entrouvert.com' # this refers to the project homepage of the stuff we packaged: -HOMEPAGE = 'http://leaflet.github.io/' +HOMEPAGE = 'https://leafletjs.com/' # this refers to all files: LICENSE = '(same as %s)' % DISPLAY_NAME