GNU bug report logs -
#76480
[PATCH 00/51] Astro update 2025/02
Previous Next
Full log
Message #50 received at 76480 <at> debbugs.gnu.org (full text, mbox):
* 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
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 36d022f8ae3..7aa708ab1c4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2441,7 +2441,7 @@ (define-public python-extinction
(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 @@ (define-public python-extinction
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
--
2.47.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.