Add sjagoe as maintainer of grin package

This commit is contained in:
Simon Jagoe 2015-03-08 20:46:23 +00:00
parent aca88a275e
commit 456750c1ad
2 changed files with 2 additions and 0 deletions

View file

@ -158,6 +158,7 @@
shell = "Shell Turner <cam.turn@gmail.com>";
shlevy = "Shea Levy <shea@shealevy.com>";
simons = "Peter Simons <simons@cryp.to>";
sjagoe = "Simon Jagoe <simon@simonjagoe.com>";
sjmackenzie = "Stewart Mackenzie <setori88@gmail.com>";
skeidel = "Sven Keidel <svenkeidel@gmail.com>";
smironov = "Sergey Mironov <ierton@gmail.com>";

View file

@ -16,5 +16,6 @@ pythonPackages.buildPythonPackage rec {
homepage = https://pypi.python.org/pypi/grin;
description = "A grep program configured the way I like it.";
platform = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sjagoe ];
};
}