p11-kit: fix license

This commit is contained in:
Luca Bruno 2015-04-22 10:49:22 +02:00
parent 35f1e07647
commit 42f44e9e58

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://p11-glue.freedesktop.org/;
platforms = platforms.all;
maintainers = with maintainers; [ urkud wkennington ];
license = license.mit;
license = licenses.mit;
};
}