gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[license]: Change to BSD-2.master
parent
f80d344237
commit
f3c00bd192
|
@ -352,9 +352,9 @@ documents.")
|
|||
`(("python-sphinx" ,python-sphinx)))
|
||||
(home-page "https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter")
|
||||
(synopsis "Sphinx SVG to PDF converter extension")
|
||||
(license license:bsd-3)))
|
||||
(description "A Sphinx extension to convert SVG images to PDF in case the
|
||||
builder does not support SVG images natively (e.g. LaTeX).")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-sphinxcontrib-websupport
|
||||
(package
|
||||
|
|
Reference in New Issue