gnu: python-filelock: Update home page URL.

* gnu/packages/python-xyz.scm (python-filelock) [home-page]: Update URL.
This commit is contained in:
Maxim Cournoyer 2024-11-28 21:24:23 +09:00 committed by Sharlatan Hellseher
parent ba2ed2fb2b
commit d9701efd2b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3566,7 +3566,7 @@ inter-process communication.")
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools-scm
python-setuptools python-wheel))
(home-page "https://github.com/tox-dev/py-filelock")
(home-page "https://github.com/tox-dev/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