Add myself as maintainer

This commit is contained in:
Jascha Geerds
2015-06-22 08:25:07 +02:00
parent 655cda730d
commit 3f66bb7ff2
21 changed files with 39 additions and 36 deletions

View File

@@ -52,6 +52,6 @@ buildPythonPackage rec {
enhanced interactive Python shell and an architecture for
interactive parallel computing.
'';
maintainers = [ stdenv.lib.maintainers.bjornfor ];
maintainers = with stdenv.lib.maintainers; [ bjornfor jgeerds ];
};
}