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
+1
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 ];
};
}