···18181919 meta = with stdenv.lib; {
2020 homepage = https://github.com/OpenSC/libp11;
2121- license = "LGPL";
2121+ license = licenses.lgpl21Plus;
2222 description = "Small layer on top of PKCS#11 API to make PKCS#11 implementations easier";
2323 platforms = platforms.all;
2424 };