diff options
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 893e195cff..8343d0a5f2 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -98,7 +98,7 @@ (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. |