diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-17 12:21:36 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:01 +0000 |
commit | c0159aee5f2a34bac891fdd2d799b4741a51c56d (patch) | |
tree | a56c95d6fa709ebe0792a56663136aca50602b7b /gnu/packages/astronomy.scm | |
parent | 7a129cd0a413fef0a856ad459f2fcfaff0df2f88 (diff) |
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
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 36d022f8ae..7aa708ab1c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2441,7 +2441,7 @@ of dates.") (origin (method git-fetch) ; No tests in PyPI (uri (git-reference - (url "https://github.com/kbarbary/extinction") + (url "https://github.com/sncosmo/extinction") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -2457,7 +2457,7 @@ of dates.") python-wheel)) (propagated-inputs (list python-numpy)) - (home-page "http://github.com/kbarbary/extinction") + (home-page "https://github.com/sncosmo/extinction") (synopsis "Fast interstellar dust extinction laws") (description "This package provides a cython-optimized implementations of empirical dust |