guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/20: gnu: python-sphinx: Fix license.


From: guix-commits
Subject: 04/20: gnu: python-sphinx: Fix license.
Date: Mon, 23 Dec 2019 18:31:58 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 50bb74d0f23013040aa4cf55a19ee296d462188d
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:22:01 2019 -0600

    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(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 893e195..8343d0a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]