Changed trousers license from cpl to cpl10.

This commit is contained in:
Alexander Kjeldaas 2014-04-23 15:13:59 +02:00
parent 722455c16f
commit 177aef8b71

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack."; description = "TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack.";
homepage = http://trousers.sourceforge.net/; homepage = http://trousers.sourceforge.net/;
license = licenses.cpl; license = licenses.cpl10;
maintainers = [ maintainers.ak ]; maintainers = [ maintainers.ak ];
platforms = platforms.unix; platforms = platforms.unix;
}; };