mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: python-flask-principal: Update home page.
* gnu/packages/python-web.scm (python-flask-principal)[home-page]: Follow (HTTPS) redirection.
This commit is contained in:
parent
fd3ae040cf
commit
02510c6c9a
1 changed files with 1 additions and 1 deletions
|
@ -2672,7 +2672,7 @@ (define-public python-flask-principal
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-flask" ,python-flask)
|
`(("python-flask" ,python-flask)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "http://packages.python.org/Flask-Principal/")
|
(home-page "https://pythonhosted.org/Flask-Principal/")
|
||||||
(synopsis "Identity management for Flask")
|
(synopsis "Identity management for Flask")
|
||||||
(description "@code{flask_principal} is a identity management library for
|
(description "@code{flask_principal} is a identity management library for
|
||||||
Flask. It supports managing both authentication and authorization data in a
|
Flask. It supports managing both authentication and authorization data in a
|
||||||
|
|
Loading…
Reference in a new issue