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:
Antero Mejr 2023-03-04 04:22:29 +00:00 committed by Leo Famulari
parent 9c69b322ea
commit e8c25e389d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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