From 069364f34897be82c193dcd3501ab99f4e46cdc0 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 24 Nov 2019 16:48:35 +0100 Subject: nixosTests.wordpress: add flokli and mmilata --- nixos/tests/wordpress.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix index a26a45b36e8..64c533d70f4 100644 --- a/nixos/tests/wordpress.nix +++ b/nixos/tests/wordpress.nix @@ -3,7 +3,11 @@ import ./make-test-python.nix ({ pkgs, ... }: { name = "wordpress"; meta = with pkgs.stdenv.lib.maintainers; { - maintainers = [ grahamc ]; # under duress! + maintainers = [ + flokli + grahamc # under duress! + mmilata + ]; }; machine = -- cgit 1.4.1