mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-py: Use HTTPS home page.
* gnu/packages/python.scm (python-py)[home-page]: Use HTTPS.
This commit is contained in:
parent
c85626bb0f
commit
52773e5cf4
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ (define-public python-py
|
|||
;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
|
||||
;; Is this module globally installed?"
|
||||
'(#:tests? #f))
|
||||
(home-page "http://pylib.readthedocs.io/")
|
||||
(home-page "https://pylib.readthedocs.io/")
|
||||
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
||||
(description
|
||||
"Py is a Python library for file name parsing, .ini file parsing, I/O,
|
||||
|
|
Loading…
Reference in a new issue