From 695c1339b8a962871bb646eae4ff5cd79e5d6814 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 22 Feb 2020 19:29:58 -0800 Subject: [PATCH] libu2f-host: Fix license --- pkgs/development/libraries/libu2f-host/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libu2f-host/default.nix b/pkgs/development/libraries/libu2f-host/default.nix index ad0557049e3..61fefc7d4db 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; }; }