guix-commits
[Top][All Lists]
Advanced

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

77/285: gnu: python-sphinx: Fix license.


From: guix-commits
Subject: 77/285: gnu: python-sphinx: Fix license.
Date: Sun, 29 Dec 2019 20:44:04 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 350e90d180013e10dfa0166c7a7778dbbf491b17
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]