From 50bb74d0f23013040aa4cf55a19ee296d462188d Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 23 Dec 2019 17:22:01 -0600 Subject: gnu: python-sphinx: Fix license. * gnu/packages/sphinx.scm (python-sphinx)[license]: Change to BSD-2. --- gnu/packages/sphinx.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/sphinx.scm') 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. -- cgit v1.2.3