mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libcap: Add bsd-3 license.
* gnu/packages/linux.scm (libcap)[license]: Add bsd-3. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
9c69b322ea
commit
e8c25e389d
1 changed files with 1 additions and 1 deletions
|
@ -3229,7 +3229,7 @@ (define-public libcap
|
|||
Linux-based operating systems.")
|
||||
|
||||
;; License is BSD-3 or GPLv2, at the user's choice.
|
||||
(license license:gpl2)))
|
||||
(license (list license:bsd-3 license:gpl2))))
|
||||
|
||||
(define-public bridge-utils
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue