premake: fixed meta.license field
svn path=/nixpkgs/trunk/; revision=32492
This commit is contained in:
@@ -21,6 +21,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://industriousone.com/premake;
|
||||
description = "A simple build configuration and project generation tool using lua";
|
||||
license = stdenv.lib.licenses.bsd;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user