peg: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 20:54:07 +01:00
parent 9eb92fc5d6
commit 3455f378c9
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
preBuild="makeFlagsArray+=( PREFIX=$out )";
meta = {
meta = with stdenv.lib; {
homepage = http://piumarta.com/software/peg/;
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
platforms = platforms.all;
license = licenses.mit;
};
}