gnu: python-py: Update home page.
* gnu/packages/python.scm (python-py)[home-page]: Change to repository URL.
This commit is contained in:
parent
a0d77eba72
commit
3765c9c95b
1 changed files with 1 additions and 1 deletions
|
@ -1727,7 +1727,7 @@ (define-public python-py
|
|||
'(#:tests? #f))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(home-page "http://pylib.readthedocs.io/")
|
||||
(home-page "https://github.com/pytest-dev/py")
|
||||
(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