guix-commits
[Top][All Lists]
Advanced

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

180/285: gnu: gdal: Use HTTPS home page URI.


From: guix-commits
Subject: 180/285: gnu: gdal: Use HTTPS home page URI.
Date: Sun, 29 Dec 2019 20:44:25 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 1733857877b8411e8ecca710bea3e7f0f040269e
Author: Arun Isaac <address@hidden>
Date:   Thu Dec 26 16:20:16 2019 +0530

    gnu: gdal: Use HTTPS home page URI.
    
    * gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
---
 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 2bec7cf..b8e2e11 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -634,7 +634,7 @@ development.")
        ("proj" ,proj)
        ("sqlite" ,sqlite)
        ("zlib" ,zlib)))
-    (home-page "http://www.gdal.org/";)
+    (home-page "https://gdal.org/";)
     (synopsis "Raster and vector geospatial data format library")
     (description "GDAL is a translator library for raster and vector geospatial
 data formats.  As a library, it presents a single raster abstract data model



reply via email to

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