guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/20: gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.


From: guix-commits
Subject: 12/20: gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.
Date: Mon, 23 Dec 2019 18:31:59 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit f3c00bd192833422740478445251a865e0e2065e
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:27:21 2019 -0600

    gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[license]:
      Change to BSD-2.
---
 gnu/packages/sphinx.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 5d1233d..4e4abcc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]