gnu: gdal: Use HTTPS home page URI.

* gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
This commit is contained in:
Arun Isaac 2019-12-26 16:20:16 +05:30
parent 6cde07379f
commit e7453b3cb5
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -634,7 +634,7 @@ (define-public gdal
("proj" ,proj) ("proj" ,proj)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://www.gdal.org/") (home-page "https://gdal.org/")
(synopsis "Raster and vector geospatial data format library") (synopsis "Raster and vector geospatial data format library")
(description "GDAL is a translator library for raster and vector geospatial (description "GDAL is a translator library for raster and vector geospatial
data formats. As a library, it presents a single raster abstract data model data formats. As a library, it presents a single raster abstract data model