gnu: python-keyring: Update home-page url.
* gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page url.
This commit is contained in:
parent
6a8f26a441
commit
190ba6c2af
|
@ -900,7 +900,7 @@ etc.). The package is structured to make adding new modules easy.")
|
||||||
`(("python-pycrypto" ,python-pycrypto)))
|
`(("python-pycrypto" ,python-pycrypto)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;TODO: tests require pytest
|
`(#: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")
|
(synopsis "Store and access your passwords safely")
|
||||||
(description
|
(description
|
||||||
"The Python keyring lib provides a easy way to access the system keyring
|
"The Python keyring lib provides a easy way to access the system keyring
|
||||||
|
|
Loading…
Reference in New Issue