mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cfitsio: Use HTTPS home page.
* gnu/packages/astronomy.scm (cfitsio)[home-page]: Use HTTPS.
This commit is contained in:
parent
0c8c97f45d
commit
b8181163a5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ (define-public cfitsio
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.in" (("/bin/") ""))
|
(substitute* "Makefile.in" (("/bin/") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html")
|
(home-page "https://heasarc.gsfc.nasa.gov/fitsio/fitsio.html")
|
||||||
(synopsis "Library for reading and writing FITS files")
|
(synopsis "Library for reading and writing FITS files")
|
||||||
(description "CFITSIO provides simple high-level routines for reading and
|
(description "CFITSIO provides simple high-level routines for reading and
|
||||||
writing @dfn{FITS} (Flexible Image Transport System) files that insulate the
|
writing @dfn{FITS} (Flexible Image Transport System) files that insulate the
|
||||||
|
|
Loading…
Reference in a new issue