diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:27:21 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:27:21 -0600 |
commit | f3c00bd192833422740478445251a865e0e2065e (patch) | |
tree | c80e6869feb78e99a340e8bc389654cb666fef25 /gnu/packages/sphinx.scm | |
parent | f80d3442375bd37e861bfafa24a08e36950aa2b7 (diff) | |
download | guix-f3c00bd192833422740478445251a865e0e2065e.tar guix-f3c00bd192833422740478445251a865e0e2065e.tar.gz |
gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[license]:
Change to BSD-2.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 5d1233d3b7..4e4abccb04 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -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 |