diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bfc39e6039..4ee54b78aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |