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:
parent
aa52f15fff
commit
1fa96ce4df
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ flokli ];
|
maintainers = with maintainers; [ flokli hbjydev ];
|
||||||
};
|
};
|
||||||
|
|
||||||
options.services.alloy = {
|
options.services.alloy = {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue