mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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
|
||||
for Python projects or other documents consisting of multiple reStructuredText
|
||||
sources.")
|
||||
(license license:bsd-3)
|
||||
(license license:bsd-2)
|
||||
(properties `((python2-variant . ,(delay python2-sphinx))))))
|
||||
|
||||
;; Sphinx 2 does not support Python 2, so we stick with this older version here.
|
||||
|
|
Loading…
Reference in a new issue