diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:29:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | 02510c6c9a6104665854f445e1e3ed5e2f228881 (patch) | |
tree | 96b4145706a98c41d92ffe3d1389a2c6a1aef9a4 /gnu/packages | |
parent | fd3ae040cfeb72f96a13f5168d33279d2e6aeea5 (diff) |
gnu: python-flask-principal: Update home page.
* gnu/packages/python-web.scm (python-flask-principal)[home-page]:
Follow (HTTPS) redirection.
Diffstat (limited to 'gnu/packages')
-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 310fec4edf..ac75616657 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2672,7 +2672,7 @@ textual content for output generation on the web.") (native-inputs `(("python-flask" ,python-flask) ("python-nose" ,python-nose))) - (home-page "http://packages.python.org/Flask-Principal/") + (home-page "https://pythonhosted.org/Flask-Principal/") (synopsis "Identity management for Flask") (description "@code{flask_principal} is a identity management library for Flask. It supports managing both authentication and authorization data in a |