summary refs log tree commit diff
path: root/nixos/tests/trezord.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 20:57:20 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-18 07:59:48 +1000
commit0052523a18965f1e5685badfc5a50ee0f9a6fa30 (patch)
tree78e476bb7d57796843f08f7fce2c23d63df8fdd9 /nixos/tests/trezord.nix
parent7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428 (diff)
downloadnixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.tar
nixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.tar.gz
nixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.tar.bz2
nixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.tar.lz
nixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.tar.xz
nixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.tar.zst
nixpkgs-0052523a18965f1e5685badfc5a50ee0f9a6fa30.zip
maintainers: 1000101 -> _1000101
Diffstat (limited to 'nixos/tests/trezord.nix')
-rw-r--r--nixos/tests/trezord.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/trezord.nix b/nixos/tests/trezord.nix
index 67646496ff9..b7b3dd31942 100644
--- a/nixos/tests/trezord.nix
+++ b/nixos/tests/trezord.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "trezord";
   meta = with pkgs.stdenv.lib; {
-    maintainers = with maintainers; [ mmahut maintainers."1000101" ];
+    maintainers = with maintainers; [ mmahut _1000101 ];
   };
   nodes = {
     machine = { ... }: {