maintainers/team-list: add cyberus team (#331059)
This commit is contained in:
commit
f1580efb3b
@ -183,6 +183,16 @@ with lib.maintainers;
|
||||
githubTeams = [ "cuda-maintainers" ];
|
||||
};
|
||||
|
||||
cyberus = {
|
||||
# Verify additions by approval of an already existing member of the team.
|
||||
members = [
|
||||
xanderio
|
||||
blitz
|
||||
];
|
||||
scope = "Team for Cyberus Technology employees who collectively maintain packages.";
|
||||
shortName = "Cyberus Technology employees";
|
||||
};
|
||||
|
||||
darwin = {
|
||||
members = [ toonn ];
|
||||
githubTeams = [ "darwin-maintainers" ];
|
||||
|
@ -329,6 +329,6 @@ in {
|
||||
];
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ xanderio ];
|
||||
meta.maintainers = teams.cyberus.members;
|
||||
meta.doc = ./plausible.md;
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ in
|
||||
{
|
||||
name = "outline";
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ xanderio ];
|
||||
meta.maintainers = lib.teams.cyberus.members;
|
||||
|
||||
nodes = {
|
||||
outline = { pkgs, config, ... }: {
|
||||
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ yayayayaka xanderio ];
|
||||
maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,6 @@ buildGoModule rec {
|
||||
description = "Indexes Git repositories into Elasticsearch for GitLab";
|
||||
mainProgram = "gitlab-elasticsearch-indexer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ xanderio yayayayaka ];
|
||||
maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,6 @@ buildGo123Module {
|
||||
description = "Allows users to use a GitOps flow for managing Tailscale ACLs";
|
||||
license = licenses.bsd3;
|
||||
mainProgram = "gitops-pusher";
|
||||
maintainers = with maintainers; [ xanderio ];
|
||||
maintainers = teams.cyberus.members;
|
||||
};
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.getoutline.com/";
|
||||
changelog = "https://github.com/outline/outline/releases";
|
||||
license = licenses.bsl11;
|
||||
maintainers = with maintainers; [ cab404 yrd xanderio ];
|
||||
maintainers = with maintainers; [ cab404 yrd ] ++ teams.cyberus.members;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -89,7 +89,7 @@ beamPackages.mixRelease {
|
||||
changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md";
|
||||
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
|
||||
mainProgram = "plausible";
|
||||
maintainers = with maintainers; [ xanderio ];
|
||||
maintainers = teams.cyberus.members;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/CycloneDX/cyclonedx-python";
|
||||
changelog = "https://github.com/CycloneDX/cyclonedx-python/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ xanderio ];
|
||||
maintainers = lib.teams.cyberus.members;
|
||||
mainProgram = "cyclonedx-py";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user