diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:52:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-02 21:46:27 +0100 |
commit | 711ebe771e052bf6b7ea984cd9bb614f537a0e4b (patch) | |
tree | feeeaa73afd68d8aebcdce064dc5f26666dfd7e2 | |
parent | 4e5ad79e4d2e7535accf909229640cc9adfb4777 (diff) |
gnu: mapnik: Use HTTPS home page.
* gnu/packages/geo.scm (mapnik)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/geo.scm | 2 |
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, |