gnu: python-flask-basicauth: Fix indentation.

* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2020-11-12 15:17:57 -05:00
parent a4cfdab56a
commit c410e9e531
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)))