mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:56:23 +01:00
gnu: python-sphinx: Fix license.
* gnu/packages/sphinx.scm (python-sphinx)[license]: Change to BSD-2.
This commit is contained in:
parent
f574b172e5
commit
50bb74d0f2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ (define-public python-sphinx
|
||||||
(description "Sphinx is a tool that makes it easy to create documentation
|
(description "Sphinx is a tool that makes it easy to create documentation
|
||||||
for Python projects or other documents consisting of multiple reStructuredText
|
for Python projects or other documents consisting of multiple reStructuredText
|
||||||
sources.")
|
sources.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-2)
|
||||||
(properties `((python2-variant . ,(delay python2-sphinx))))))
|
(properties `((python2-variant . ,(delay python2-sphinx))))))
|
||||||
|
|
||||||
;; Sphinx 2 does not support Python 2, so we stick with this older version here.
|
;; Sphinx 2 does not support Python 2, so we stick with this older version here.
|
||||||
|
|
Loading…
Reference in a new issue