maintainers/team-list: add cyberus team (#331059)

This commit is contained in:
Aleksana 2024-09-16 18:14:16 +08:00 committed by GitHub
commit f1580efb3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 18 additions and 8 deletions

View File

@ -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" ];

View File

@ -329,6 +329,6 @@ in {
];
};
meta.maintainers = with maintainers; [ xanderio ];
meta.maintainers = teams.cyberus.members;
meta.doc = ./plausible.md;
}

View File

@ -13,7 +13,7 @@ in
{
name = "outline";
meta.maintainers = with lib.maintainers; [ xanderio ];
meta.maintainers = lib.teams.cyberus.members;
nodes = {
outline = { pkgs, config, ... }: {

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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";
};
}