gnu: python-sphinx: Fix license.

* gnu/packages/sphinx.scm (python-sphinx)[license]: Change to BSD-2.
This commit is contained in:
Brett Gilio 2019-12-23 17:22:01 -06:00
parent f574b172e5
commit 50bb74d0f2
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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.