gnu: proj: Update home page.
* gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain.
This commit is contained in:
parent
92a79fee20
commit
3fbb7bec1c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ functionality of proj in their own software.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)))
|
`(("glib" ,glib)))
|
||||||
(home-page "http://proj4.org/")
|
(home-page "https://proj.org/")
|
||||||
(synopsis "Cartographic Projections Library")
|
(synopsis "Cartographic Projections Library")
|
||||||
(description
|
(description
|
||||||
"Proj.4 is a library for converting coordinates between cartographic
|
"Proj.4 is a library for converting coordinates between cartographic
|
||||||
|
|
Reference in a new issue