summaryrefslogtreecommitdiff
path: root/gnu/packages/sphinx.scm
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2019-12-23 17:27:21 -0600
committerBrett Gilio <brettg@gnu.org>2019-12-23 17:27:21 -0600
commitf3c00bd192833422740478445251a865e0e2065e (patch)
treec80e6869feb78e99a340e8bc389654cb666fef25 /gnu/packages/sphinx.scm
parentf80d3442375bd37e861bfafa24a08e36950aa2b7 (diff)
downloadguix-patches-f3c00bd192833422740478445251a865e0e2065e.tar
guix-patches-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.scm2
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