mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libsmbios: Use osl2.1 license variable.
* gnu/packages/hardware.scm (libsmbios)[license]: Use osl2.1 binding.
This commit is contained in:
parent
96c183bf65
commit
db74cc6a2f
1 changed files with 1 additions and 3 deletions
|
@ -171,9 +171,7 @@ (define-public libsmbios
|
|||
specific SMBIOS tables.")
|
||||
(home-page "https://github.com/dell/libsmbios")
|
||||
(license
|
||||
(list (license:non-copyleft "file://COPYING-OSL"
|
||||
"Open Software License version 2.1")
|
||||
license:gpl2+ license:bsd-3 license:boost1.0))))
|
||||
(list license:osl2.1 license:gpl2+ license:bsd-3 license:boost1.0))))
|
||||
|
||||
;; Distinct from memtest86, which is obsolete.
|
||||
(define-public memtest86+
|
||||
|
|
Loading…
Reference in a new issue