mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-construct: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-construct)[home-page]: Use HTTPS.
This commit is contained in:
parent
d3eae3f1ec
commit
aabc895402
1 changed files with 1 additions and 1 deletions
|
@ -16381,7 +16381,7 @@ (define-public python-construct
|
|||
("python-arrow" ,python-arrow)
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-ruamel.yaml" ,python-ruamel.yaml)))
|
||||
(home-page "http://construct.readthedocs.io")
|
||||
(home-page "https://construct.readthedocs.io")
|
||||
(synopsis "Declarative and symmetrical parser and builder for binary data")
|
||||
(description
|
||||
"This package provides both simple, atomic constructs (such as
|
||||
|
|
Loading…
Reference in a new issue