gnu: sct: Correct license.
authorNam Nguyen <namn@berkeley.edu>
Mon, 7 Jan 2019 04:56:22 +0000 (20:56 -0800)
committerLudovic Courtès <ludo@gnu.org>
Thu, 10 Jan 2019 13:59:23 +0000 (14:59 +0100)
* gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/xdisorg.scm

index 7c119de..fdfa151 100644 (file)
@@ -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