maintainers: drop grahamc

Inactive since April 2025. Removing according to maintainer guidelines.
This commit is contained in:
Wolfgang Walther 2026-01-10 21:31:14 +01:00
commit 0886339dd1
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
27 changed files with 0 additions and 34 deletions

View file

@ -9853,12 +9853,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";

View file

@ -280,7 +280,6 @@ with lib.maintainers;
# 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";

View file

@ -5,7 +5,6 @@
...
}:
{
meta.maintainers = with lib.maintainers; [ grahamc ];
options = {
hardware.mcelog = {

View file

@ -30,7 +30,6 @@ in
{
meta.maintainers = with lib.maintainers; [
cole-h
grahamc
];
options = {

View file

@ -14,7 +14,6 @@ in
meta = {
maintainers = with maintainers; [
cole-h
grahamc
raitobezarius
];
doc = ./external.md;

View file

@ -14,7 +14,6 @@ in
name = "gocd-agent";
meta = with pkgs.lib.maintainers; {
maintainers = [
grahamc
swarren83
];

View file

@ -2,9 +2,6 @@
{ pkgs, ... }:
{
name = "hound";
meta = with pkgs.lib.maintainers; {
maintainers = [ grahamc ];
};
nodes.machine =
{ pkgs, ... }:
{

View file

@ -7,7 +7,6 @@
name = "wireguard-generated";
meta.maintainers = with lib.maintainers; [
ma27
grahamc
];
nodes = {

View file

@ -5,7 +5,6 @@ rec {
meta = with lib.maintainers; {
maintainers = [
flokli
grahamc # under duress!
mmilata
];
};

View file

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

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

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

View file

@ -28,7 +28,6 @@ stdenvNoCC.mkDerivation {
maintainers = with lib.maintainers; [
alexshpilkin
womfoo
grahamc
];
platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryFirmware ];

View file

@ -69,7 +69,6 @@ stdenvNoCC.mkDerivation {
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
womfoo
grahamc
];
platforms = [
"i686-linux"

View file

@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
maintainers = with lib.maintainers; [
grahamc
swarren83
];
};

View file

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
maintainers = with lib.maintainers; [
grahamc
swarren83
];
};

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

View file

@ -37,6 +37,5 @@ stdenv.mkDerivation {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ grahamc ];
};
}

View file

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

View file

@ -28,7 +28,6 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
cole-h
grahamc
];
};
}

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

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

View file

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

View file

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

View file

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

View file

@ -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 = ./.;

View file

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
womfoo
grahamc
kraem
];
platforms = [