grafana-alloy, nixos/alloy: add hbjydev to maintainers

This commit is contained in:
Florian Klink 2024-06-10 13:22:14 +03:00
parent aa52f15fff
commit 1fa96ce4df
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ flokli ];
maintainers = with maintainers; [ flokli hbjydev ];
};
options.services.alloy = {

View File

@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
name = "alloy";
meta = with lib.maintainers; {
maintainers = [ flokli ];
maintainers = [ flokli hbjydev ];
};
inherit nodes;

View File

@ -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;
};
}