diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 83ea50d913..b75cb5ddfd 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1086,12 +1086,11 @@ into Jinja2 by default.") (propagated-inputs `(("python-flask" ,python-flask) ("python-misaka" ,python-misaka))) - (home-page - "https://github.com/singingwolfboy/flask-misaka/") - (synopsis - "Flask interface to Misaka, a markdown parsing library") + (home-page "https://github.com/singingwolfboy/flask-misaka/") + (synopsis "Flask interface to Misaka, a Markdown parsing library") (description - "A pleasant interface between the Flask web framework and the Misaka Markdown parser.") + "This package provides an interface between the Flask web framework and +the Misaka Markdown parser.") (license license:expat))) (define-public python-flask-session