mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sct: Correct license.
* gnu/packages/xdisorg.scm (sct)[license]: Change to non-copyleft. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
65a67bf711
commit
dbd346ae88
1 changed files with 1 additions and 1 deletions
|
@ -1613,7 +1613,7 @@ (define-public sct
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue