aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:52:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-02 21:46:27 +0100
commit711ebe771e052bf6b7ea984cd9bb614f537a0e4b (patch)
treefeeeaa73afd68d8aebcdce064dc5f26666dfd7e2 /gnu/packages/geo.scm
parent4e5ad79e4d2e7535accf909229640cc9adfb4777 (diff)
downloadguix-711ebe771e052bf6b7ea984cd9bb614f537a0e4b.tar
guix-711ebe771e052bf6b7ea984cd9bb614f537a0e4b.tar.gz
gnu: mapnik: Use HTTPS home page.
* gnu/packages/geo.scm (mapnik)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm2
1 files changed, 1 insertions, 1 deletions
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,