mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flask-basicauth: Fix indentation.
* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.
This commit is contained in:
parent
a4cfdab56a
commit
c410e9e531
1 changed files with 9 additions and 11 deletions
|
@ -2908,10 +2908,8 @@ pretty printer and a tree visitor.")
|
|||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("python-flask" ,python-flask)))
|
||||
(home-page
|
||||
"https://github.com/jpvanhal/flask-basicauth")
|
||||
(synopsis
|
||||
"HTTP basic access authentication for Flask")
|
||||
(home-page "https://github.com/jpvanhal/flask-basicauth")
|
||||
(synopsis "HTTP basic access authentication for Flask")
|
||||
(description
|
||||
"This package provides HTTP basic access authentication for Flask.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue