diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-05 16:37:42 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-13 17:22:41 +0200 |
commit | 6a8f26a44154728e68e2e03304b8cff76d117bfa (patch) | |
tree | b0983fd32305b01f93194a6912ad8b3393550650 | |
parent | b02f7a21d1f143951170236aef3ef1e5e8a464c9 (diff) |
gnu: python-pylockfile: Update home-page url.
* gnu/packages/python.scm (python-pylockfile, python2-pylockfile): Update
home-page url.
-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 ec56c8593f..a1c20884a7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -763,7 +763,7 @@ concepts.") (arguments '(#:test-target "check")) (native-inputs `(("python-pbr" ,python-pbr))) - (home-page "http://code.google.com/p/pylockfile/") + (home-page "https://launchpad.net/pylockfile") (synopsis "Platform-independent file locking module") (description "The lockfile package exports a LockFile class which provides a simple |