gnu: wcslib: Use HTTPS home page.
* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.
This commit is contained in:
parent
7651a4b2ec
commit
d4442eaf22
|
@ -83,7 +83,7 @@ in FITS files.")
|
||||||
(substitute* "makedefs.in"
|
(substitute* "makedefs.in"
|
||||||
(("/bin/sh") "sh"))
|
(("/bin/sh") "sh"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.atnf.csiro.au/people/mcalabre/WCS")
|
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
|
||||||
(synopsis "Library which implements the FITS WCS standard")
|
(synopsis "Library which implements the FITS WCS standard")
|
||||||
(description "The FITS \"World Coordinate System\" (WCS) standard defines
|
(description "The FITS \"World Coordinate System\" (WCS) standard defines
|
||||||
keywords and usage that provide for the description of astronomical coordinate
|
keywords and usage that provide for the description of astronomical coordinate
|
||||||
|
|
Loading…
Reference in New Issue