centrifugo: add valodim as maintainer

This commit is contained in:
Vincent Breitmoser 2025-04-07 15:35:45 +02:00
parent 10c071b107
commit 119b243fd3
2 changed files with 8 additions and 2 deletions

View file

@ -10,7 +10,10 @@ in
{ lib, ... }:
{
name = "centrifugo";
meta.maintainers = [ lib.maintainers.tie ];
meta.maintainers = [
lib.maintainers.tie
lib.maintainers.valodim
];
nodes = lib.listToAttrs (
lib.imap0 (index: name: {

View file

@ -56,7 +56,10 @@ buildGoModule rec {
homepage = "https://centrifugal.dev";
changelog = "https://github.com/centrifugal/centrifugo/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.tie ];
maintainers = [
lib.maintainers.tie
lib.maintainers.valodim
];
mainProgram = "centrifugo";
};
}