guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: gdal: Use HTTPS home page URI.


From: guix-commits
Subject: 10/10: gnu: gdal: Use HTTPS home page URI.
Date: Thu, 26 Dec 2019 08:28:48 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit e7453b3cb58faaa756f6dacc49704879fa1f4722
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 cec5613..8e8e6db 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]