guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: mapnik: Use HTTPS home page.


From: guix-commits
Subject: 09/10: gnu: mapnik: Use HTTPS home page.
Date: Mon, 2 Mar 2020 15:48:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 711ebe771e052bf6b7ea984cd9bb614f537a0e4b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:52:08 2020 +0100

    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(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index b0fdd06..7f60f9b 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]