gnu: python-extinction: Fix source and home-page URL.

* gnu/packages/astronomy.scm (python-extinction) [source] <url>: It
permanent redirects to <https://github.com/sncosmo/extinction>, adjust
accordingly.
[home-page]: Likewise.

Change-Id: I96da111424481f15576612cd46217f43f6f7cb24
This commit is contained in:
Sharlatan Hellseher 2025-02-17 12:21:36 +00:00
parent 7a129cd0a4
commit c0159aee5f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2441,7 +2441,7 @@ of dates.")
(origin (origin
(method git-fetch) ; No tests in PyPI (method git-fetch) ; No tests in PyPI
(uri (git-reference (uri (git-reference
(url "https://github.com/kbarbary/extinction") (url "https://github.com/sncosmo/extinction")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -2457,7 +2457,7 @@ of dates.")
python-wheel)) python-wheel))
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))
(home-page "http://github.com/kbarbary/extinction") (home-page "https://github.com/sncosmo/extinction")
(synopsis "Fast interstellar dust extinction laws") (synopsis "Fast interstellar dust extinction laws")
(description (description
"This package provides a cython-optimized implementations of empirical dust "This package provides a cython-optimized implementations of empirical dust