Add Jekyll maintainer

This commit is contained in:
Paulus Esterhazy 2015-05-16 20:11:41 +02:00
parent dd545e0fa4
commit 89a58c9e05
2 changed files with 2 additions and 1 deletions

View file

@ -153,6 +153,7 @@
paholg = "Paho Lurie-Gregg <paho@paholg.com>";
pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>";
pashev = "Igor Pashev <pashev.igor@gmail.com>";
pesterhazy = "Paulus Esterhazy <pesterhazy@gmail.com>";
phausmann = "Philipp Hausmann <nix@314.ch>";
philandstuff = "Philip Potter <philip.g.potter@gmail.com>";
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";

View file

@ -14,7 +14,7 @@ bundlerEnv {
description = "Simple, blog aware, static site generator";
homepage = http://jekyllrb.com/;
license = with licenses; mit;
# maintainers = with maintainers; [ offline ];
maintainers = with maintainers; [ pesterhazy ];
platforms = platforms.unix;
};
}