From a215ce7fa5f9ae5248c4a1e082f406d4274ffb7d Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 10 Feb 2022 12:25:45 +0100 Subject: [PATCH] hydra-unstable: remove `ma27` from maintainer list I'm deploying my own Hydra via flakes for a while now and while this package actually needs more love and a few updates, I don't have the capacity to take care of this. --- pkgs/development/tools/misc/hydra/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/hydra/common.nix b/pkgs/development/tools/misc/hydra/common.nix index fd1896f24b81..1ae54d629acc 100644 --- a/pkgs/development/tools/misc/hydra/common.nix +++ b/pkgs/development/tools/misc/hydra/common.nix @@ -137,6 +137,6 @@ in stdenv.mkDerivation rec { description = "Nix-based continuous build system"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ ma27 ]; + maintainers = with maintainers; [ ]; }; }