diff options
author | Nam Nguyen <namn@berkeley.edu> | 2019-01-06 20:56:22 -0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-10 14:59:23 +0100 |
commit | dbd346ae88b21dd138a83e2a742f050cf70e099c (patch) | |
tree | 343d1b58ed612d59f7079d0e6ae2b34d52c2473a /gnu/packages/xdisorg.scm | |
parent | 65a67bf711b14bc7200f6730c0f173375ca12974 (diff) | |
download | patches-dbd346ae88b21dd138a83e2a742f050cf70e099c.tar patches-dbd346ae88b21dd138a83e2a742f050cf70e099c.tar.gz |
gnu: sct: Correct license.
* gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 7c119def4d..fdfa1511d8 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 |