premake: fixed meta.license field
svn path=/nixpkgs/trunk/; revision=32492
This commit is contained in:
parent
6b0dda0771
commit
0258bf1ef1
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user