birdfont,xmlbird: add missing meta, oops
This commit is contained in:
parent
728a5ed5fd
commit
596c7f0cf7
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user