mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
name = "centrifugo";
|
name = "centrifugo";
|
||||||
meta.maintainers = [ lib.maintainers.tie ];
|
meta.maintainers = [
|
||||||
|
lib.maintainers.tie
|
||||||
|
lib.maintainers.valodim
|
||||||
|
];
|
||||||
|
|
||||||
nodes = lib.listToAttrs (
|
nodes = lib.listToAttrs (
|
||||||
lib.imap0 (index: name: {
|
lib.imap0 (index: name: {
|
||||||
|
|
|
@ -56,7 +56,10 @@ buildGoModule rec {
|
||||||
homepage = "https://centrifugal.dev";
|
homepage = "https://centrifugal.dev";
|
||||||
changelog = "https://github.com/centrifugal/centrifugo/releases/tag/v${version}";
|
changelog = "https://github.com/centrifugal/centrifugo/releases/tag/v${version}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ lib.maintainers.tie ];
|
maintainers = [
|
||||||
|
lib.maintainers.tie
|
||||||
|
lib.maintainers.valodim
|
||||||
|
];
|
||||||
mainProgram = "centrifugo";
|
mainProgram = "centrifugo";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue