diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-20 14:02:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-20 19:28:59 +0200 |
commit | d4442eaf2230fbbaff0be92705ce61e7810c2d90 (patch) | |
tree | 594bf146e10e80123044ff5d4b7f64885c88caf2 /gnu | |
parent | 7651a4b2ecc37ec2d7d94cb8fd7a4f7b5a95c92c (diff) | |
download | guix-d4442eaf2230fbbaff0be92705ce61e7810c2d90.tar.gz guix-d4442eaf2230fbbaff0be92705ce61e7810c2d90.zip |
gnu: wcslib: Use HTTPS home page.
* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a2ce42c00d..868ed89033 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -83,7 +83,7 @@ in FITS files.") (substitute* "makedefs.in" (("/bin/sh") "sh")) #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") (description "The FITS \"World Coordinate System\" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate |