Add myself to maintainers and metadata to wqy-*.

This commit is contained in:
PkmX
2014-02-12 11:24:06 +08:00
parent ce28f1bb72
commit 5181713002
3 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
meta = {
description = "A (mainly) Chinese Unicode font";
homepage = "http://wenq.org";
license = "gplv2"; # with font embedding exceptions
maintainers = stdenv.lib.maintainers.pkmx;
};
}

View File

@@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
meta = {
description = "A (mainly) Chinese Unicode font";
homepage = "http://wenq.org";
license = "gplv2"; # with font embedding exceptions
maintainers = stdenv.lib.maintainers.pkmx;
};
}