mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7a129cd0a4
commit
c0159aee5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue