ngz pushed a commit to branch master
in repository guix.
commit f63b3eae42261f7b4814b71cc6dc41db2ed15741
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:23:00 2021 +0100
gnu: python-asdf: Use HTTPS home page URI.
* gnu/packages/astronomy.scm (python-asdf)[home-page]: Use HTTPS URI.
---
gnu/packages/astronomy.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4ee7cd7..feb22eb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -972,7 +972,7 @@ of stand-alone functions and classes.")
("jsonschema" ,python-jsonschema)
("numpy" ,python-numpy)
("pyyaml" ,python-pyyaml)))
- (home-page "http://github.com/asdf-format/asdf")
+ (home-page "https://github.com/asdf-format/asdf")
(synopsis "Python tools to handle ASDF files")
(description
"The Advanced Scientific Data Format (ASDF) is a next-generation