about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2024-06-21 13:41:50 +0200
committerLinus Heckemann <git@sphalerite.org>2024-06-21 15:54:54 +0200
commite5adf0b54700284fca646e2843b05c8b6e9661ab (patch)
tree3adc7a1a2cecfa470d7d888f6cdfdac604fa986e /pkgs/development/tools
parente739feeb6ef1e3fbcf32f2d470441a3a1049e79b (diff)
maintainers: drop lheckemann
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/hydra/unstable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/hydra/unstable.nix b/pkgs/development/tools/misc/hydra/unstable.nix
index 972f137034415..ce9a45b1f049b 100644
--- a/pkgs/development/tools/misc/hydra/unstable.nix
+++ b/pkgs/development/tools/misc/hydra/unstable.nix
@@ -256,6 +256,6 @@ stdenv.mkDerivation rec {
     homepage = "https://nixos.org/hydra";
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lheckemann mindavi ] ++ teams.helsinki-systems.members;
+    maintainers = with maintainers; [ mindavi ] ++ teams.helsinki-systems.members;
   };
 }