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 | 190ba6c2afc773238573028f1d27e9645cbcd6dd (patch) | |
tree | 9aaf35983a2e35d1ef7415c50b36ff36c02ac632 /gnu | |
parent | 6a8f26a44154728e68e2e03304b8cff76d117bfa (diff) | |
download | patches-190ba6c2afc773238573028f1d27e9645cbcd6dd.tar patches-190ba6c2afc773238573028f1d27e9645cbcd6dd.tar.gz |
gnu: python-keyring: Update home-page url.
* gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page
url.
Diffstat (limited to 'gnu')
-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 a1c20884a7..c890c68be7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -900,7 +900,7 @@ etc.). The package is structured to make adding new modules easy.") `(("python-pycrypto" ,python-pycrypto))) (arguments `(#:tests? #f)) ;TODO: tests require pytest - (home-page "http://bitbucket.org/kang/python-keyring-lib") + (home-page "https://github.com/jaraco/keyring") (synopsis "Store and access your passwords safely") (description "The Python keyring lib provides a easy way to access the system keyring |