mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-asdf: Use HTTPS home page URI.
* gnu/packages/astronomy.scm (python-asdf)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
1cbc8f5f8a
commit
f63b3eae42
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ (define-public python-asdf
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue