summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:29:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 05:06:47 +0100
commit02510c6c9a6104665854f445e1e3ed5e2f228881 (patch)
tree96b4145706a98c41d92ffe3d1389a2c6a1aef9a4 /gnu/packages/python-web.scm
parentfd3ae040cfeb72f96a13f5168d33279d2e6aeea5 (diff)
downloadguix-patches-02510c6c9a6104665854f445e1e3ed5e2f228881.tar
guix-patches-02510c6c9a6104665854f445e1e3ed5e2f228881.tar.gz
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/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
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