nixos/tests/gitea: add indeednotjames as maintainer

Mostly, because I (@IndeedNotJames) made a slight change to those tests and intend on
extending them in the future.
This commit is contained in:
IndeedNotJames 2023-02-24 02:59:30 +01:00
parent 7d05a6a910
commit 889eb7a315
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -11,7 +11,7 @@ let
supportedDbTypes = [ "mysql" "postgres" "sqlite3" ];
makeGiteaTest = type: nameValuePair type (makeTest {
name = "${giteaPackage.pname}-${type}";
meta.maintainers = with maintainers; [ aanderse kolaente ma27 ];
meta.maintainers = with maintainers; [ aanderse indeednotjames kolaente ma27 ];
nodes = {
server = { config, pkgs, ... }: {