diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-28 16:32:54 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-28 16:32:54 +0100 |
commit | db74cc6a2f6de1c40ef585089316f407e9784d83 (patch) | |
tree | 6af3dcaec42993b3e6cbeaa1a9c43ebdffc8f619 /gnu | |
parent | 96c183bf65e149ecafa1ddf6c2bea4e4167bc6d5 (diff) | |
download | guix-db74cc6a2f6de1c40ef585089316f407e9784d83.tar.gz |
gnu: libsmbios: Use osl2.1 license variable.
* gnu/packages/hardware.scm (libsmbios)[license]: Use osl2.1 binding.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 59f36a8135..e0a4fad2e0 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -171,9 +171,7 @@ also provides extensions for proprietary methods of interfacing with Dell 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+ |