Add sjagoe as maintainer of grin package
This commit is contained in:
parent
aca88a275e
commit
456750c1ad
|
@ -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>";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue