about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2020-02-22 19:29:58 -0800
committerAlyssa Ross <hi@alyssa.is>2020-02-28 14:53:19 +0000
commit695c1339b8a962871bb646eae4ff5cd79e5d6814 (patch)
tree60058531523aa72eb5091d27266e09077bf4703a /pkgs
parent0a545f61fcef1da67be31d30e56fca5e5bb48dc9 (diff)
downloadnixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.tar
nixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.tar.gz
nixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.tar.bz2
nixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.tar.lz
nixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.tar.xz
nixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.tar.zst
nixlib-695c1339b8a962871bb646eae4ff5cd79e5d6814.zip
libu2f-host: Fix license
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libu2f-host/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libu2f-host/default.nix b/pkgs/development/libraries/libu2f-host/default.nix
index ad0557049e3e..61fefc7d4dbb 100644
--- a/pkgs/development/libraries/libu2f-host/default.nix
+++ b/pkgs/development/libraries/libu2f-host/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://developers.yubico.com/libu2f-host;
     description = "A C library and command-line tool that implements the host-side of the U2F protocol";
-    license = licenses.bsd2;
+    license = with licenses; [ gpl3Plus lgpl21Plus ];
     platforms = platforms.unix;
   };
 }