about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-02-11 12:41:22 +0100
committerGitHub <noreply@github.com>2022-02-11 12:41:22 +0100
commitec7d9d4c182c54acd649674cf1023d40a0539eb7 (patch)
treeb4ec23c251b41004510ca452877d348b1a9505fc
parent4721b14d5eee9d9366fa14baed53bce72ce8d8b0 (diff)
parenta215ce7fa5f9ae5248c4a1e082f406d4274ffb7d (diff)
Merge pull request #158948 from Ma27/remove-ma27-from-hydra-maintainers
hydra-unstable: remove `ma27` from maintainer list
-rw-r--r--pkgs/development/tools/misc/hydra/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/hydra/common.nix b/pkgs/development/tools/misc/hydra/common.nix
index fd1896f24b818..1ae54d629acc8 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; [ ];
   };
 }