about summary refs log tree commit diff
path: root/nixos/tests/gitea.nix
diff options
context:
space:
mode:
authorIndeedNotJames <git@indeednotjames.com>2023-02-24 02:59:30 +0100
committerIndeedNotJames <git@indeednotjames.com>2023-02-24 02:59:30 +0100
commit889eb7a3153647fb27136081f1b44a45eceb16fb (patch)
tree998a64826c25c5856a6821787576521f93a22991 /nixos/tests/gitea.nix
parent7d05a6a910b34c77d549889732840499d987d5f9 (diff)
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.
Diffstat (limited to 'nixos/tests/gitea.nix')
-rw-r--r--nixos/tests/gitea.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix
index 24c84e54fc1db..d856ecca9a132 100644
--- a/nixos/tests/gitea.nix
+++ b/nixos/tests/gitea.nix
@@ -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, ... }: {