teams/determinatesystems: handle team with external membership (#478805)

This commit is contained in:
Wolfgang Walther
2026-01-12 19:39:16 +00:00
committed by GitHub
32 changed files with 2 additions and 48 deletions
-6
View File
@@ -9840,12 +9840,6 @@
githubId = 10908649;
name = "Graham Bennett";
};
grahamc = {
email = "graham@grahamc.com";
github = "grahamc";
githubId = 76716;
name = "Graham Christensen";
};
grahamnorris = {
email = "oss@grahamjnorris.com";
github = "grahamnorris";
-10
View File
@@ -235,16 +235,6 @@ with lib.maintainers;
shortName = "D. E. Shaw employees";
};
determinatesystems = {
# Verify additions to this team with at least one already existing member of the team.
members = [
cole-h
grahamc
];
scope = "Group registration for packages maintained by Determinate Systems.";
shortName = "Determinate Systems employees";
};
dhall = {
members = [
Gabriella439
-1
View File
@@ -5,7 +5,6 @@
...
}:
{
meta.maintainers = with lib.maintainers; [ grahamc ];
options = {
hardware.mcelog = {
@@ -30,7 +30,6 @@ in
{
meta.maintainers = with lib.maintainers; [
cole-h
grahamc
];
options = {
@@ -14,7 +14,6 @@ in
meta = {
maintainers = with maintainers; [
cole-h
grahamc
raitobezarius
];
doc = ./external.md;
-1
View File
@@ -14,7 +14,6 @@ in
name = "gocd-agent";
meta = with pkgs.lib.maintainers; {
maintainers = [
grahamc
swarren83
];
-3
View File
@@ -2,9 +2,6 @@
{ pkgs, ... }:
{
name = "hound";
meta = with pkgs.lib.maintainers; {
maintainers = [ grahamc ];
};
nodes.machine =
{ pkgs, ... }:
{
-1
View File
@@ -7,7 +7,6 @@
name = "wireguard-generated";
meta.maintainers = with lib.maintainers; [
ma27
grahamc
];
nodes = {
-1
View File
@@ -5,7 +5,6 @@ rec {
meta = with lib.maintainers; {
maintainers = [
flokli
grahamc # under duress!
mmilata
];
};
@@ -36,7 +36,6 @@ stdenv.mkDerivation {
meta = {
description = "Obs-studio plugin that allows you to screen capture on wlroots based wayland compositors";
homepage = "https://hg.sr.ht/~scoopta/wlrobs";
maintainers = with lib.maintainers; [ grahamc ];
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
};
-1
View File
@@ -57,7 +57,6 @@ buildGoModule rec {
homepage = "https://github.com/ekristen/aws-nuke";
changelog = "https://github.com/ekristen/aws-nuke/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ grahamc ];
mainProgram = "aws-nuke";
# fork/exec exe/mockgen: exec format error
# resources/autoscaling_mock_test.go:1: running "../mocks/generate_mocks.sh": exit status 1
+1 -1
View File
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
description = "Implementation of RFC-0125's datatype and synthesis tooling";
homepage = "https://github.com/DeterminateSystems/bootspec";
license = lib.licenses.mit;
teams = [ lib.teams.determinatesystems ];
maintainers = [ lib.maintainers.cole-h ];
platforms = lib.platforms.unix;
};
}
@@ -32,6 +32,5 @@ buildGoModule rec {
description = "Command-line tool (and Lambda) for collecting Buildkite agent metrics";
homepage = "https://github.com/buildkite/buildkite-agent-metrics";
license = lib.licenses.mit;
teams = [ lib.teams.determinatesystems ];
};
}
-1
View File
@@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
description = "Command line interface for Amazon EBS snapshots";
changelog = "https://github.com/awslabs/coldsnap/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.asl20;
teams = [ lib.teams.determinatesystems ];
mainProgram = "coldsnap";
};
}
-1
View File
@@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
description = "Tools for manipulating UEFI secure boot platforms";
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git";
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.grahamc ];
platforms = lib.platforms.linux;
};
}
@@ -28,7 +28,6 @@ stdenvNoCC.mkDerivation {
maintainers = with lib.maintainers; [
alexshpilkin
womfoo
grahamc
];
platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryFirmware ];
@@ -69,7 +69,6 @@ stdenvNoCC.mkDerivation {
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
womfoo
grahamc
];
platforms = [
"i686-linux"
-1
View File
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
maintainers = with lib.maintainers; [
grahamc
swarren83
];
};
-1
View File
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
maintainers = with lib.maintainers; [
grahamc
swarren83
];
};
-1
View File
@@ -58,7 +58,6 @@ buildGoModule rec {
homepage = "https://github.com/hound-search/hound";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
grahamc
SuperSandro2000
];
};
@@ -37,6 +37,5 @@ stdenv.mkDerivation {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ grahamc ];
};
}
@@ -47,7 +47,6 @@ libfprint.overrideAttrs (
description = "Library designed to make it easy to add support for consumer fingerprint readers, with support for loaded drivers";
license = lib.licenses.lgpl21;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ grahamc ];
};
}
)
-1
View File
@@ -28,7 +28,6 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
cole-h
grahamc
];
};
}
-1
View File
@@ -69,7 +69,6 @@ in
homepage = "https://github.com/nix-community/lorri";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
grahamc
Profpatsch
nyarly
];
-1
View File
@@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/grahamc/xmloscopy";
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ grahamc ];
};
}
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
description = "Tool that aims to expand all partitions in a specified zpool to fill the available space";
homepage = "https://github.com/DeterminateSystems/zpool-auto-expand-partitions";
license = lib.licenses.asl20;
teams = [ lib.teams.determinatesystems ];
maintainers = [ lib.maintainers.cole-h ];
mainProgram = "zpool_part_disks";
};
}
@@ -42,7 +42,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/LunarEclipse363/brother_ql_next";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ grahamc ];
mainProgram = "brother_ql";
};
}
@@ -18,6 +18,5 @@ buildPythonPackage rec {
description = "PackBits encoder/decoder for Python";
homepage = "https://github.com/psd-tools/packbits";
license = [ lib.licenses.mit ];
maintainers = with lib.maintainers; [ grahamc ];
};
}
@@ -47,6 +47,5 @@ buildPythonPackage rec {
description = "Read and write Data Matrix barcodes from Python 2 and 3 using the libdmtx library";
homepage = "https://github.com/NaturalHistoryMuseum/pylibdmtx/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ grahamc ];
};
}
@@ -6,7 +6,6 @@ runCommand "documentation-highlighter"
homepage = "https://highlightjs.org";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.grahamc ];
};
src = lib.sources.cleanSourceWith {
src = ./.;
@@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
womfoo
grahamc
kraem
];
platforms = [
-1
View File
@@ -56,7 +56,6 @@ buildPerlPackage rec {
description = "Fast PostgreSQL Log Analyzer";
changelog = "https://github.com/darold/pgbadger/raw/v${version}/ChangeLog";
license = lib.licenses.postgresql;
teams = [ lib.teams.determinatesystems ];
mainProgram = "pgbadger";
};
}