From 711ebe771e052bf6b7ea984cd9bb614f537a0e4b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 21:52:08 +0100 Subject: gnu: mapnik: Use HTTPS home page. * gnu/packages/geo.scm (mapnik)[home-page]: Use HTTPS. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index b0fdd06d08..7f60f9b7ea 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -443,7 +443,7 @@ projections.") (list "CC=gcc" (string-append "PREFIX=" %output) (string-append "CUSTOM_LDFLAGS=-Wl,-rpath=" %output "/lib")))) - (home-page "http://mapnik.org/") + (home-page "https://mapnik.org/") (synopsis "Toolkit for developing mapping applications") (description "Mapnik is a toolkit for developing mapping applications. It is basically a collection of geographic objects like maps, layers, -- cgit v1.2.3