gnu: python-filelock: Update home page.

* gnu/packages/python-xyz.scm (python-filelock)[home-page]: Follow redirect.
This commit is contained in:
Marius Bakke 2023-09-10 15:09:52 +08:00
parent e592513d39
commit 1ddb081d6b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2576,8 +2576,7 @@ (define-public python-filelock
(base32
"0ngzlvb5j8gqs2nxlp2b0jhzii792h66wsn694qm8kqixr225n0q"))))
(build-system python-build-system)
(home-page
"https://github.com/benediktschmitt/py-filelock")
(home-page "https://github.com/tox-dev/py-filelock")
(synopsis "Platform independent file lock")
(description "@code{filelock} contains a single module implementing
a platform independent file lock in Python, which provides a simple way of