mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
libu2f-host: Fix license
This commit is contained in:
parent
0a545f61fc
commit
695c1339b8
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user