summaryrefslogtreecommitdiff
path: root/gnu/packages/sphinx.scm
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2019-12-23 17:22:01 -0600
committerBrett Gilio <brettg@gnu.org>2019-12-23 17:22:01 -0600
commit50bb74d0f23013040aa4cf55a19ee296d462188d (patch)
treea96c6e3814002a47f36a2a88e8af6f8f11d41210 /gnu/packages/sphinx.scm
parentf574b172e5916f6a6677f66c137eb43fa2039b7c (diff)
downloadguix-patches-50bb74d0f23013040aa4cf55a19ee296d462188d.tar
guix-patches-50bb74d0f23013040aa4cf55a19ee296d462188d.tar.gz
gnu: python-sphinx: Fix license.
* gnu/packages/sphinx.scm (python-sphinx)[license]: Change to BSD-2.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r--gnu/packages/sphinx.scm2
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.