mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[license]: Change to BSD-2.
This commit is contained in:
parent
f80d344237
commit
f3c00bd192
1 changed files with 1 additions and 1 deletions
|
@ -352,9 +352,9 @@ (define-public python-sphinxcontrib-svg2pdfconverter
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue