mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Changed trousers license from cpl to cpl10.
This commit is contained in:
parent
722455c16f
commit
177aef8b71
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue