birdfont,xmlbird: add missing meta, oops

This commit is contained in:
Will Dietz 2019-01-28 21:37:48 -06:00
parent 728a5ed5fd
commit 596c7f0cf7
2 changed files with 14 additions and 0 deletions

View file

@ -19,4 +19,11 @@ stdenv.mkDerivation rec {
buildPhase = "./build.py";
installPhase = "./install.py";
meta = with stdenv.lib; {
description = "Font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format";
homepage = https://birdfont.org;
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
};
}

View file

@ -18,4 +18,11 @@ stdenv.mkDerivation rec {
buildPhase = "./build.py";
installPhase = "./install.py";
meta = with stdenv.lib; {
description = "XML parser for Vala and C programs";
homepage = https://birdfont.org/xmlbird.php;
license = licenses.lgpl3;
maintainers = with maintainers; [ dtzWill ];
};
}