about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2023-12-20 11:43:29 +0100
committerGitHub <noreply@github.com>2023-12-20 11:43:29 +0100
commitb5556f2c3735ef82fc61853e8b420016f8414817 (patch)
treef203232fb5e7d741623982dbe666f7a3b6827b3b /pkgs/development/tools/misc
parent21fee7de2354306ce6302ed63325bd460d50ced8 (diff)
parent7b6580dba42d2ec15e8b2b90fb2f1da93bd0d398 (diff)
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
maintainers/teams: init and add helsinki-systems
Diffstat (limited to 'pkgs/development/tools/misc')
-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 8ee7c7f6fb929..2ded3b9a66c98 100644
--- a/pkgs/development/tools/misc/hydra/unstable.nix
+++ b/pkgs/development/tools/misc/hydra/unstable.nix
@@ -260,6 +260,6 @@ stdenv.mkDerivation rec {
     homepage = "https://nixos.org/hydra";
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lheckemann mindavi das_j ];
+    maintainers = with maintainers; [ lheckemann mindavi ] ++ teams.helsinki-systems.members;
   };
 }