diff options
author | Marius Bakke <marius@gnu.org> | 2023-09-10 15:09:52 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-09-22 01:29:17 +0800 |
commit | 1ddb081d6b266d555f9126db7b9e1a9a2e2c136e (patch) | |
tree | a7955aac87abe5144773fd21310acf04cd5d06e6 /gnu | |
parent | e592513d394735730d925ee4be6486fc16bb22b1 (diff) | |
download | guix-1ddb081d6b266d555f9126db7b9e1a9a2e2c136e.tar.gz |
gnu: python-filelock: Update home page.
* gnu/packages/python-xyz.scm (python-filelock)[home-page]: Follow redirect.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2c8a4c3019..b3a09db715 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2576,8 +2576,7 @@ Python's built-in @code{re} module with compatible interfaces.") (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 |