aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/tests/trickster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/trickster.nix')
-rw-r--r--nixpkgs/nixos/tests/trickster.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/trickster.nix b/nixpkgs/nixos/tests/trickster.nix
index e2ca00980d5..713ac8f0b2f 100644
--- a/nixpkgs/nixos/tests/trickster.nix
+++ b/nixpkgs/nixos/tests/trickster.nix
@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "trickster";
- meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ "1000101" ];
+ meta = with pkgs.stdenv.lib; {
+ maintainers = with maintainers; [ _1000101 ];
};
nodes = {
@@ -34,4 +34,4 @@ import ./make-test-python.nix ({ pkgs, ... }: {
"curl -L http://localhost:9090/metrics | grep 'promhttp_metric_handler_requests_total{code=\"500\"} 0'"
)
'';
-}) \ No newline at end of file
+})