mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gdal: Use HTTPS home page URI.
* gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
6cde07379f
commit
e7453b3cb5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue