diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 14:23:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:53 +0000 |
| commit | 7b6ce1c2d1b185022198ec8f0cc721b3d281efcd (patch) | |
| tree | 61c57483ee49dfbd1c04db1d88273b06709f0978 /gnu | |
| parent | 96eb899e867741e157bc0a9bb5a03eaad7945f90 (diff) | |
gnu: healpix: Fix home page.
* gnu/packages/astronomy.scm (healpix)[home-page]: Fix broken URL.
Change-Id: I997f292a33307e89a5d1e1d8ebae20cb3d56b740
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 0a74098405c..40ce1f57f92 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1257,7 +1257,7 @@ backward), and manual time control (list pkg-config autoconf automake)) (inputs (list cfitsio)) - (home-page "https://healpix.jpl.nasa.gov/") + (home-page "https://healpix.sourceforge.io/") (synopsis "Representation of spherical data") (description "@acronym{HEALPix, Hierarchical Equal Area isoLatitude Pixelation} of a |
