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 = {
|
meta = {
|
||||||
homepage = http://industriousone.com/premake;
|
homepage = http://industriousone.com/premake;
|
||||||
description = "A simple build configuration and project generation tool using lua";
|
description = "A simple build configuration and project generation tool using lua";
|
||||||
license = stdenv.lib.licenses.bsd;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user