From 0731489953dfd6f5a9f6949729f5383a517b2e18 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Sun, 12 Jul 2015 12:09:40 +0200 Subject: all tests: added meta.maintainers section --- nixos/tests/openssh.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/tests/openssh.nix') diff --git a/nixos/tests/openssh.nix b/nixos/tests/openssh.nix index 692618c5a84d..34f9fccb79b8 100644 --- a/nixos/tests/openssh.nix +++ b/nixos/tests/openssh.nix @@ -17,6 +17,9 @@ let in { name = "openssh"; + meta = with pkgs.stdenv.lib.maintainers; { + maintainers = [ aszlig eelco chaoflow ]; + }; nodes = { -- cgit 1.4.1