add missing meta data

This commit is contained in:
Christine Koppelt
2019-10-08 20:54:38 +02:00
parent d7340fe232
commit 854c969b57
5 changed files with 13 additions and 2 deletions
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
preBuild="makeFlagsArray+=( PREFIX=$out )";
meta = with stdenv.lib; {
homepage = http://piumarta.com/software/peg/;
homepage = "http://piumarta.com/software/peg/";
description = "Tools for generating recursive-descent parsers: programs that perform pattern matching on text";
platforms = platforms.all;
license = licenses.mit;
};