gnu: python-sphinxcontrib-jsmath: Fix license.
* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): Change to BSD-2.
This commit is contained in:
parent
8d45404e3f
commit
774520df38
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ HTML help files.")
|
||||||
(description
|
(description
|
||||||
"@code{sphinxcontrib-jsmath} is a Sphinx extension which renders display
|
"@code{sphinxcontrib-jsmath} is a Sphinx extension which renders display
|
||||||
math in HTML via JavaScript.")
|
math in HTML via JavaScript.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public python-sphinxcontrib-newsfeed
|
(define-public python-sphinxcontrib-newsfeed
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue