summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 20:49:07 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-18 07:59:44 +1000
commit7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428 (patch)
tree4d223f303c1f094a1e360703d70bde31ef801e64 /nixos/tests
parent4789d6feafd9ba0613b9f1fd4dcd6b1ed0572f4b (diff)
downloadnixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.tar
nixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.tar.gz
nixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.tar.bz2
nixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.tar.lz
nixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.tar.xz
nixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.tar.zst
nixpkgs-7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428.zip
maintainers: 0x4A6F -> _0x4A6F
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/xandikos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xandikos.nix b/nixos/tests/xandikos.nix
index 886c3e0082f..48c770a3d16 100644
--- a/nixos/tests/xandikos.nix
+++ b/nixos/tests/xandikos.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix (
     {
       name = "xandikos";
 
-      meta.maintainers = [ lib.maintainers."0x4A6F" ];
+      meta.maintainers = with lib.maintainers; [ _0x4A6F ];
 
       nodes = {
         xandikos_client = {};