diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-23 21:02:21 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-28 15:52:27 +0200 |
commit | 3765c9c95b226228fdf9fe9bbfc777140ac38b6a (patch) | |
tree | f7a5a1303fcda29546561e893477f650907cffed /gnu | |
parent | a0d77eba72da7f589970a4da2723fbb869a10df7 (diff) | |
download | patches-3765c9c95b226228fdf9fe9bbfc777140ac38b6a.tar patches-3765c9c95b226228fdf9fe9bbfc777140ac38b6a.tar.gz |
gnu: python-py: Update home page.
* gnu/packages/python.scm (python-py)[home-page]: Change to repository URL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c4a2e8d685..b4cc934663 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1727,7 +1727,7 @@ matching them against a list of media-ranges.") '(#: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, |