diff --git a/nixos/modules/services/monitoring/alloy.nix b/nixos/modules/services/monitoring/alloy.nix index e88de1e484e9..abe8fcd7e1be 100644 --- a/nixos/modules/services/monitoring/alloy.nix +++ b/nixos/modules/services/monitoring/alloy.nix @@ -5,7 +5,7 @@ let in { meta = { - maintainers = with maintainers; [ flokli ]; + maintainers = with maintainers; [ flokli hbjydev ]; }; options.services.alloy = { diff --git a/nixos/tests/alloy.nix b/nixos/tests/alloy.nix index 814a21d1e952..d87492127d5b 100644 --- a/nixos/tests/alloy.nix +++ b/nixos/tests/alloy.nix @@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: name = "alloy"; meta = with lib.maintainers; { - maintainers = [ flokli ]; + maintainers = [ flokli hbjydev ]; }; inherit nodes; diff --git a/pkgs/by-name/gr/grafana-alloy/package.nix b/pkgs/by-name/gr/grafana-alloy/package.nix index 2ce1bd8f043c..66d6f632bcbe 100644 --- a/pkgs/by-name/gr/grafana-alloy/package.nix +++ b/pkgs/by-name/gr/grafana-alloy/package.nix @@ -121,7 +121,7 @@ buildGoModule rec { mainProgram = "alloy"; license = licenses.asl20; homepage = "https://grafana.com/oss/alloy"; - maintainers = with maintainers; [ flokli emilylange ]; + maintainers = with maintainers; [ flokli emilylange hbjydev ]; platforms = lib.platforms.unix; }; }