Unverified Commit 889eb7a3 authored by IndeedNotJames's avatar IndeedNotJames
Browse files

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.
parent 7d05a6a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, ... }: {