about summary refs log tree commit diff
path: root/pkgs/tools/security/trousers
diff options
context:
space:
mode:
authorAlexander Kjeldaas <ak@formalprivacy.com>2014-04-23 15:13:59 +0200
committerAlexander Kjeldaas <ak@formalprivacy.com>2014-04-23 15:15:15 +0200
commit177aef8b717d2e4f029fb1221f6faf843457550e (patch)
tree7a1e6cd7da13fe9eb5e8cc7f47307c035dd15004 /pkgs/tools/security/trousers
parent722455c16fa52d49984d3e873f48710322e55a38 (diff)
downloadnixlib-177aef8b717d2e4f029fb1221f6faf843457550e.tar
nixlib-177aef8b717d2e4f029fb1221f6faf843457550e.tar.gz
nixlib-177aef8b717d2e4f029fb1221f6faf843457550e.tar.bz2
nixlib-177aef8b717d2e4f029fb1221f6faf843457550e.tar.lz
nixlib-177aef8b717d2e4f029fb1221f6faf843457550e.tar.xz
nixlib-177aef8b717d2e4f029fb1221f6faf843457550e.tar.zst
nixlib-177aef8b717d2e4f029fb1221f6faf843457550e.zip
Changed trousers license from cpl to cpl10.
Diffstat (limited to 'pkgs/tools/security/trousers')
-rw-r--r--pkgs/tools/security/trousers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/trousers/default.nix b/pkgs/tools/security/trousers/default.nix
index 17a69c7ac08c..d747af42b127 100644
--- a/pkgs/tools/security/trousers/default.nix
+++ b/pkgs/tools/security/trousers/default.nix
@@ -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;
   };