Added meta information and maintainer for trusted computing pkgs.

This commit is contained in:
Alexander Kjeldaas
2014-04-22 14:05:10 +02:00
parent baf4faeddc
commit 722455c16f
5 changed files with 32 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ stdenv.mkDerivation {
description = "TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack.";
homepage = http://trousers.sourceforge.net/;
license = licenses.cpl;
maintainers = [ maintainers.ak ];
platforms = platforms.unix;
};
}