Skip to content

Commit

Permalink
grafana-alloy, nixos/alloy: add hbjydev to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jun 10, 2024
1 parent aa52f15 commit 1fa96ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/alloy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ flokli ];
maintainers = with maintainers; [ flokli hbjydev ];
};

options.services.alloy = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/alloy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
name = "alloy";

meta = with lib.maintainers; {
maintainers = [ flokli ];
maintainers = [ flokli hbjydev ];
};

inherit nodes;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gr/grafana-alloy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 1fa96ce

Please sign in to comment.