mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
teams/cyberus: drop
This commit is contained in:
@@ -240,17 +240,6 @@ with lib.maintainers;
|
||||
github = "cuda-maintainers";
|
||||
};
|
||||
|
||||
cyberus = {
|
||||
# Verify additions by approval of an already existing member of the team.
|
||||
members = [
|
||||
xanderio
|
||||
snu
|
||||
e1mo
|
||||
];
|
||||
scope = "Team for Cyberus Technology employees who collectively maintain packages.";
|
||||
shortName = "Cyberus Technology employees";
|
||||
};
|
||||
|
||||
danklinux = {
|
||||
members = [
|
||||
luckshiba
|
||||
|
||||
@@ -629,6 +629,9 @@ in
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = lib.teams.cyberus.members;
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -330,6 +330,9 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
meta.maintainers = teams.cyberus.members;
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
meta.doc = ./plausible.md;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,10 @@ in
|
||||
{
|
||||
name = "dependency-track";
|
||||
meta = {
|
||||
maintainers = pkgs.lib.teams.cyberus.members;
|
||||
maintainers = with pkgs.lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
{
|
||||
name = "outline";
|
||||
|
||||
meta.maintainers = lib.teams.cyberus.members;
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
|
||||
node.pkgsReadOnly = false;
|
||||
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
{
|
||||
name = "plausible";
|
||||
meta = {
|
||||
maintainers = lib.teams.cyberus.members;
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -120,7 +120,10 @@ maven.buildMavenPackage rec {
|
||||
description = "Intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain";
|
||||
homepage = "https://github.com/DependencyTrack/dependency-track";
|
||||
license = lib.licenses.asl20;
|
||||
teams = [ lib.teams.cyberus ];
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
mainProgram = "dependency-track";
|
||||
inherit (jre_headless.meta) platforms;
|
||||
};
|
||||
|
||||
@@ -37,10 +37,8 @@ buildGo124Module rec {
|
||||
meta = {
|
||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||
license = lib.licenses.asl20;
|
||||
teams = with lib.teams; [
|
||||
gitlab
|
||||
cyberus
|
||||
];
|
||||
maintainers = with lib.maintainers; [ e1mo ];
|
||||
teams = with lib.teams; [ gitlab ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "registry";
|
||||
};
|
||||
|
||||
@@ -54,7 +54,10 @@ buildGoModule rec {
|
||||
description = "Indexes Git repositories into Elasticsearch for GitLab";
|
||||
mainProgram = "gitlab-elasticsearch-indexer";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ yayayayaka ];
|
||||
teams = [ lib.teams.cyberus ];
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
yayayayaka
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://lava.gitlab.io/lavacli/";
|
||||
changelog = "https://gitlab.com/lava/lavacli/-/commits/v${version}?ref_type=tags";
|
||||
license = lib.licenses.agpl3Only;
|
||||
teams = [ lib.teams.cyberus ];
|
||||
maintainers = with lib.maintainers; [ snu ];
|
||||
mainProgram = "lavacli";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -182,7 +182,10 @@ beamPackages.mixRelease rec {
|
||||
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";
|
||||
teams = with lib.teams; [ cyberus ];
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,9 @@ buildGoModule {
|
||||
description = "Allows users to use a GitOps flow for managing Tailscale ACLs";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "gitops-pusher";
|
||||
teams = [ lib.teams.cyberus ];
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,9 @@ buildPythonPackage rec {
|
||||
description = "Mkdocs Markdown includer plugin";
|
||||
homepage = "https://pypi.org/project/mkdocs-include-markdown-plugin/";
|
||||
license = lib.licenses.asl20;
|
||||
teams = [ lib.teams.cyberus ];
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -95,9 +95,10 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.bsl11;
|
||||
maintainers = with lib.maintainers; [
|
||||
cab404
|
||||
e1mo
|
||||
xanderio
|
||||
yrd
|
||||
];
|
||||
teams = [ lib.teams.cyberus ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user