gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.

* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[license]:
  Change to BSD-2.
This commit is contained in:
Brett Gilio 2019-12-23 17:27:21 -06:00
parent f80d344237
commit f3c00bd192
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -352,9 +352,9 @@ (define-public python-sphinxcontrib-svg2pdfconverter
`(("python-sphinx" ,python-sphinx))) `(("python-sphinx" ,python-sphinx)))
(home-page "https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter") (home-page "https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter")
(synopsis "Sphinx SVG to PDF converter extension") (synopsis "Sphinx SVG to PDF converter extension")
(license license:bsd-3)))
(description "A Sphinx extension to convert SVG images to PDF in case the (description "A Sphinx extension to convert SVG images to PDF in case the
builder does not support SVG images natively (e.g. LaTeX).") builder does not support SVG images natively (e.g. LaTeX).")
(license license:bsd-2)))
(define-public python-sphinxcontrib-websupport (define-public python-sphinxcontrib-websupport
(package (package