Add self as maintainer.

This commit is contained in:
Joshua Potter 2022-02-19 05:56:37 -05:00
parent 95431151db
commit 531ff21671
2 changed files with 7 additions and 1 deletions

View file

@ -6024,6 +6024,12 @@
githubId = 4611077;
name = "Raymond Gauthier";
};
jrpotter = {
email = "jrpotter2112@gmail.com";
github = "jrpotter";
githubId = 3267697;
name = "Joshua Potter";
};
jschievink = {
email = "jonasschievink@gmail.com";
matrix = "@jschievink:matrix.org";

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://tinkerpop.apache.org/";
description = "Server of the Apache TinkerPop graph computing framework";
license = licenses.asl20;
maintainers = [ maintainers.lewo ];
maintainers = [ maintainers.jrpotter ];
platforms = platforms.all;
};
}