Add myself to maintainers and metadata to wqy-*.
This commit is contained in:
parent
ce28f1bb72
commit
5181713002
|
@ -49,6 +49,7 @@
|
||||||
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
|
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
|
||||||
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
|
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
|
||||||
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
|
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
|
||||||
|
pkmx = "Chih-Mao Chen <pkmx.tw@gmail.com>";
|
||||||
pSub = "Pascal Wittmann <mail@pascal-wittmann.de>";
|
pSub = "Pascal Wittmann <mail@pascal-wittmann.de>";
|
||||||
qknight = "Joachim Schiele <js@lastlog.de>";
|
qknight = "Joachim Schiele <js@lastlog.de>";
|
||||||
raskin = "Michael Raskin <7c6f434c@mail.ru>";
|
raskin = "Michael Raskin <7c6f434c@mail.ru>";
|
||||||
|
|
|
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A (mainly) Chinese Unicode font";
|
description = "A (mainly) Chinese Unicode font";
|
||||||
|
homepage = "http://wenq.org";
|
||||||
|
license = "gplv2"; # with font embedding exceptions
|
||||||
|
maintainers = stdenv.lib.maintainers.pkmx;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A (mainly) Chinese Unicode font";
|
description = "A (mainly) Chinese Unicode font";
|
||||||
|
homepage = "http://wenq.org";
|
||||||
|
license = "gplv2"; # with font embedding exceptions
|
||||||
|
maintainers = stdenv.lib.maintainers.pkmx;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue