about summary refs log tree commit diff
path: root/nixos/tests/krb5
diff options
context:
space:
mode:
authorMarco Rebhan <me@dblsaiko.net>2023-12-21 11:37:55 +0100
committerMarco Rebhan <me@dblsaiko.net>2023-12-21 11:38:18 +0100
commita4a9be35f4a8bd66e04367d92a4e584e519e10d4 (patch)
treee0d2241983b2ce485a1c68586481e46f5622a056 /nixos/tests/krb5
parentfed77d170513ea7a09c8ed5ec5d3eaa8fdd0fd87 (diff)
nixos/krb5: add myself as maintainer for module & tests
Diffstat (limited to 'nixos/tests/krb5')
-rw-r--r--nixos/tests/krb5/example-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/krb5/example-config.nix b/nixos/tests/krb5/example-config.nix
index aaf3df09738b6..33bed481b39fc 100644
--- a/nixos/tests/krb5/example-config.nix
+++ b/nixos/tests/krb5/example-config.nix
@@ -4,7 +4,7 @@
 import ../make-test-python.nix ({ pkgs, ...} : {
   name = "krb5-with-example-config";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ eqyiel ];
+    maintainers = [ eqyiel dblsaiko ];
   };
 
   nodes.machine =