guix-commits
[Top][All Lists]
Advanced

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

06/20: gnu: python-sphinxcontrib-jsmath: Fix license.


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

brettgilio pushed a commit to branch master
in repository guix.

commit 774520df38882dab14793be53b738932345d3576
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:23:32 2019 -0600

    gnu: python-sphinxcontrib-jsmath: Fix license.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): 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 e1e2d42..0c5aaf0 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -250,7 +250,7 @@ HTML help files.")
     (description
      "@code{sphinxcontrib-jsmath} is a Sphinx extension which renders display
 math in HTML via JavaScript.")
-    (license license:bsd-3)))
+    (license license:bsd-2)))
 
 (define-public python-sphinxcontrib-newsfeed
   (package



reply via email to

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