lol

Update default.nix

authored by

Michael Raskin and committed by
GitHub
1a47f967 498cc60f

+1 -1
+1 -1
pkgs/development/libraries/libp11/default.nix
··· 18 18 19 19 meta = with stdenv.lib; { 20 20 homepage = https://github.com/OpenSC/libp11; 21 - license = "LGPL"; 21 + license = licenses.lgpl21Plus; 22 22 description = "Small layer on top of PKCS#11 API to make PKCS#11 implementations easier"; 23 23 platforms = platforms.all; 24 24 };