premake: fixed meta.license field

svn path=/nixpkgs/trunk/; revision=32492
This commit is contained in:
Peter Simons 2012-02-22 21:14:53 +00:00
parent 6b0dda0771
commit 0258bf1ef1

View file

@ -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;
};
}