mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
centrifugo: add valodim as maintainer
This commit is contained in:
parent
10c071b107
commit
119b243fd3
2 changed files with 8 additions and 2 deletions
|
@ -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: {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue