Update default.nix
This commit is contained in:
parent
498cc60f90
commit
1a47f96711
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/OpenSC/libp11;
|
||||
license = "LGPL";
|
||||
license = licenses.lgpl21Plus;
|
||||
description = "Small layer on top of PKCS#11 API to make PKCS#11 implementations easier";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue