From fb2d5a35cc6610e80fef9f680c6527be6ca49dc4 Mon Sep 17 00:00:00 2001 From: andreashgk Date: Thu, 6 Nov 2025 13:39:23 +0100 Subject: [PATCH] iroh: add myself as maintainer --- pkgs/tools/networking/iroh/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/networking/iroh/default.nix b/pkgs/tools/networking/iroh/default.nix index 6b52c8924dcf..4c64a485f4bf 100644 --- a/pkgs/tools/networking/iroh/default.nix +++ b/pkgs/tools/networking/iroh/default.nix @@ -38,7 +38,10 @@ let asl20 mit ]; - maintainers = with maintainers; [ cameronfyfe ]; + maintainers = with maintainers; [ + andreashgk + cameronfyfe + ]; mainProgram = name; }; };