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; {
description = "TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack.";
homepage = http://trousers.sourceforge.net/;
license = licenses.cpl;
license = licenses.cpl10;
maintainers = [ maintainers.ak ];
platforms = platforms.unix;
};