diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-12 18:51:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-13 00:17:37 +0200 |
commit | 5f7e3ac066e75ac98d218b0a38bbc240ad8ff9c7 (patch) | |
tree | 8955599f84c3ffaa1eba49a74730c75f24111285 /gnu/packages/python-web.scm | |
parent | f94051e61fd61d755d710e182f3d27ad66cf1e79 (diff) | |
download | patches-5f7e3ac066e75ac98d218b0a38bbc240ad8ff9c7.tar patches-5f7e3ac066e75ac98d218b0a38bbc240ad8ff9c7.tar.gz |
gnu: python-oauthlib: Update home page.
* gnu/packages/python-web.scm (python-oauthlib)[home-page]: Follow redirect to
<https://github.com/oauthlib/oauthlib>.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3d9577a4d8..af04219514 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1447,7 +1447,7 @@ with python-requests.") ("python-cryptography" ,python-cryptography) ("python-pyjwt" ,python-pyjwt) ("python-blinker" ,python-blinker))) - (home-page "https://github.com/idan/oauthlib") + (home-page "https://github.com/oauthlib/oauthlib") (synopsis "OAuth implementation for Python") (description "Oauthlib is a generic, spec-compliant, thorough implementation of the |