0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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 in
{ {
meta = { meta = {
maintainers = with maintainers; [ flokli ]; maintainers = with maintainers; [ flokli hbjydev ];
}; };
options.services.alloy = { options.services.alloy = {

View file

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

View file

@ -121,7 +121,7 @@ buildGoModule rec {
mainProgram = "alloy"; mainProgram = "alloy";
license = licenses.asl20; license = licenses.asl20;
homepage = "https://grafana.com/oss/alloy"; homepage = "https://grafana.com/oss/alloy";
maintainers = with maintainers; [ flokli emilylange ]; maintainers = with maintainers; [ flokli emilylange hbjydev ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }