Update default.nix

This commit is contained in:
Michael Raskin 2017-03-18 19:41:23 +01:00 committed by GitHub
parent 498cc60f90
commit 1a47f96711

View File

@ -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;
};