guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: sct: Correct license.


From: guix-commits
Subject: 05/05: gnu: sct: Correct license.
Date: Thu, 10 Jan 2019 08:59:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit dbd346ae88b21dd138a83e2a742f050cf70e099c
Author: Nam Nguyen <address@hidden>
Date:   Sun Jan 6 20:56:22 2019 -0800

    gnu: sct: Correct license.
    
    * gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 7c119de..fdfa151 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1613,7 +1613,7 @@ colors on all monitors attached to an XRandR-capable X11 
display server.")
     (synopsis "Set the color temperature of the screen")
     (description "@code{sct} is a lightweight utility to set the color
 temperature of the screen.")
-    (license license:bsd-3)))
+    (license (license:non-copyleft "file://sct.c")))) ; "OpenBSD" license
 
 (define-public wl-clipboard
   (package



reply via email to

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