diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 29df4d5cdc6d..04fcae0eab84 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7b95a1030df9..b86f475ea5ff 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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"; diff --git a/nixos/modules/hardware/mcelog.nix b/nixos/modules/hardware/mcelog.nix index 65d9ad3835f7..996027bd76b6 100644 --- a/nixos/modules/hardware/mcelog.nix +++ b/nixos/modules/hardware/mcelog.nix @@ -5,7 +5,6 @@ ... }: { - meta.maintainers = with lib.maintainers; [ grahamc ]; options = { hardware.mcelog = { diff --git a/nixos/modules/services/misc/lifecycled.nix b/nixos/modules/services/misc/lifecycled.nix index 0f4df5d02b64..d840e365d1b9 100644 --- a/nixos/modules/services/misc/lifecycled.nix +++ b/nixos/modules/services/misc/lifecycled.nix @@ -30,7 +30,6 @@ in { meta.maintainers = with lib.maintainers; [ cole-h - grahamc ]; options = { diff --git a/nixos/modules/system/boot/loader/external/external.nix b/nixos/modules/system/boot/loader/external/external.nix index f159aa498f87..71dfd888d346 100644 --- a/nixos/modules/system/boot/loader/external/external.nix +++ b/nixos/modules/system/boot/loader/external/external.nix @@ -14,7 +14,6 @@ in meta = { maintainers = with maintainers; [ cole-h - grahamc raitobezarius ]; doc = ./external.md; diff --git a/nixos/tests/gocd-agent.nix b/nixos/tests/gocd-agent.nix index 674bc2374fd1..e00923556571 100644 --- a/nixos/tests/gocd-agent.nix +++ b/nixos/tests/gocd-agent.nix @@ -14,7 +14,6 @@ in name = "gocd-agent"; meta = with pkgs.lib.maintainers; { maintainers = [ - grahamc swarren83 ]; diff --git a/nixos/tests/hound.nix b/nixos/tests/hound.nix index 59574b6ce937..3c2e68f917f2 100644 --- a/nixos/tests/hound.nix +++ b/nixos/tests/hound.nix @@ -2,9 +2,6 @@ { pkgs, ... }: { name = "hound"; - meta = with pkgs.lib.maintainers; { - maintainers = [ grahamc ]; - }; nodes.machine = { pkgs, ... }: { diff --git a/nixos/tests/wireguard/generated.nix b/nixos/tests/wireguard/generated.nix index 9efeee228062..8cbb1903ddc4 100644 --- a/nixos/tests/wireguard/generated.nix +++ b/nixos/tests/wireguard/generated.nix @@ -7,7 +7,6 @@ name = "wireguard-generated"; meta.maintainers = with lib.maintainers; [ ma27 - grahamc ]; nodes = { diff --git a/nixos/tests/wordpress.nix b/nixos/tests/wordpress.nix index 0d789a4ac425..53b4f733782a 100644 --- a/nixos/tests/wordpress.nix +++ b/nixos/tests/wordpress.nix @@ -5,7 +5,6 @@ rec { meta = with lib.maintainers; { maintainers = [ flokli - grahamc # under duress! mmilata ]; }; diff --git a/pkgs/applications/video/obs-studio/plugins/wlrobs.nix b/pkgs/applications/video/obs-studio/plugins/wlrobs.nix index 1f76b8db8fea..eeda8f3eb233 100644 --- a/pkgs/applications/video/obs-studio/plugins/wlrobs.nix +++ b/pkgs/applications/video/obs-studio/plugins/wlrobs.nix @@ -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; }; diff --git a/pkgs/by-name/aw/aws-nuke/package.nix b/pkgs/by-name/aw/aws-nuke/package.nix index cd360c7b9258..4a3d98b9b980 100644 --- a/pkgs/by-name/aw/aws-nuke/package.nix +++ b/pkgs/by-name/aw/aws-nuke/package.nix @@ -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 diff --git a/pkgs/by-name/ef/efitools/package.nix b/pkgs/by-name/ef/efitools/package.nix index ff0e054f0dc5..9c060b374e96 100644 --- a/pkgs/by-name/ef/efitools/package.nix +++ b/pkgs/by-name/ef/efitools/package.nix @@ -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; }; } diff --git a/pkgs/by-name/fa/facetimehd-calibration/package.nix b/pkgs/by-name/fa/facetimehd-calibration/package.nix index 3f535df358ff..4d9bdc928eb9 100644 --- a/pkgs/by-name/fa/facetimehd-calibration/package.nix +++ b/pkgs/by-name/fa/facetimehd-calibration/package.nix @@ -28,7 +28,6 @@ stdenvNoCC.mkDerivation { maintainers = with lib.maintainers; [ alexshpilkin womfoo - grahamc ]; platforms = lib.platforms.all; sourceProvenance = with lib.sourceTypes; [ binaryFirmware ]; diff --git a/pkgs/by-name/fa/facetimehd-firmware/package.nix b/pkgs/by-name/fa/facetimehd-firmware/package.nix index 879ae54040da..8962a1cd54aa 100644 --- a/pkgs/by-name/fa/facetimehd-firmware/package.nix +++ b/pkgs/by-name/fa/facetimehd-firmware/package.nix @@ -69,7 +69,6 @@ stdenvNoCC.mkDerivation { license = lib.licenses.unfree; maintainers = with lib.maintainers; [ womfoo - grahamc ]; platforms = [ "i686-linux" diff --git a/pkgs/by-name/go/gocd-agent/package.nix b/pkgs/by-name/go/gocd-agent/package.nix index de7d03605187..ebb9b6595df5 100644 --- a/pkgs/by-name/go/gocd-agent/package.nix +++ b/pkgs/by-name/go/gocd-agent/package.nix @@ -28,7 +28,6 @@ stdenv.mkDerivation rec { binaryNativeCode ]; maintainers = with lib.maintainers; [ - grahamc swarren83 ]; }; diff --git a/pkgs/by-name/go/gocd-server/package.nix b/pkgs/by-name/go/gocd-server/package.nix index 0b13466c0f70..70e38f14437f 100644 --- a/pkgs/by-name/go/gocd-server/package.nix +++ b/pkgs/by-name/go/gocd-server/package.nix @@ -26,7 +26,6 @@ stdenv.mkDerivation rec { binaryNativeCode ]; maintainers = with lib.maintainers; [ - grahamc swarren83 ]; }; diff --git a/pkgs/by-name/ho/hound/package.nix b/pkgs/by-name/ho/hound/package.nix index 8f93d1b37d51..c89724f0707d 100644 --- a/pkgs/by-name/ho/hound/package.nix +++ b/pkgs/by-name/ho/hound/package.nix @@ -58,7 +58,6 @@ buildGoModule rec { homepage = "https://github.com/hound-search/hound"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - grahamc SuperSandro2000 ]; }; diff --git a/pkgs/by-name/li/libfprint-2-tod1-goodix/package.nix b/pkgs/by-name/li/libfprint-2-tod1-goodix/package.nix index 63764e525f8e..2b839ff7cfb3 100644 --- a/pkgs/by-name/li/libfprint-2-tod1-goodix/package.nix +++ b/pkgs/by-name/li/libfprint-2-tod1-goodix/package.nix @@ -37,6 +37,5 @@ stdenv.mkDerivation { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ grahamc ]; }; } diff --git a/pkgs/by-name/li/libfprint-tod/package.nix b/pkgs/by-name/li/libfprint-tod/package.nix index c8f8b20a62f0..1f6c3515c3bb 100644 --- a/pkgs/by-name/li/libfprint-tod/package.nix +++ b/pkgs/by-name/li/libfprint-tod/package.nix @@ -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 ]; }; } ) diff --git a/pkgs/by-name/li/lifecycled/package.nix b/pkgs/by-name/li/lifecycled/package.nix index 9771b7df0dd2..5e8b8c87cc2c 100644 --- a/pkgs/by-name/li/lifecycled/package.nix +++ b/pkgs/by-name/li/lifecycled/package.nix @@ -28,7 +28,6 @@ buildGoModule rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ cole-h - grahamc ]; }; } diff --git a/pkgs/by-name/lo/lorri/package.nix b/pkgs/by-name/lo/lorri/package.nix index cd7682af8d08..afe3b15874c9 100644 --- a/pkgs/by-name/lo/lorri/package.nix +++ b/pkgs/by-name/lo/lorri/package.nix @@ -69,7 +69,6 @@ in homepage = "https://github.com/nix-community/lorri"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - grahamc Profpatsch nyarly ]; diff --git a/pkgs/by-name/xm/xmloscopy/package.nix b/pkgs/by-name/xm/xmloscopy/package.nix index 9fd1712d8bae..5da142ed380d 100644 --- a/pkgs/by-name/xm/xmloscopy/package.nix +++ b/pkgs/by-name/xm/xmloscopy/package.nix @@ -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 ]; }; } diff --git a/pkgs/development/python-modules/brother-ql/default.nix b/pkgs/development/python-modules/brother-ql/default.nix index 76be4ffc4631..3a6058c9c5e5 100644 --- a/pkgs/development/python-modules/brother-ql/default.nix +++ b/pkgs/development/python-modules/brother-ql/default.nix @@ -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"; }; } diff --git a/pkgs/development/python-modules/packbits/default.nix b/pkgs/development/python-modules/packbits/default.nix index 95f72c2909db..8d9507b2cd16 100644 --- a/pkgs/development/python-modules/packbits/default.nix +++ b/pkgs/development/python-modules/packbits/default.nix @@ -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 ]; }; } diff --git a/pkgs/development/python-modules/pylibdmtx/default.nix b/pkgs/development/python-modules/pylibdmtx/default.nix index 3db1993888b1..6ccf7a14175a 100644 --- a/pkgs/development/python-modules/pylibdmtx/default.nix +++ b/pkgs/development/python-modules/pylibdmtx/default.nix @@ -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 ]; }; } diff --git a/pkgs/misc/documentation-highlighter/default.nix b/pkgs/misc/documentation-highlighter/default.nix index dd17c353d115..55716e436636 100644 --- a/pkgs/misc/documentation-highlighter/default.nix +++ b/pkgs/misc/documentation-highlighter/default.nix @@ -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 = ./.; diff --git a/pkgs/os-specific/linux/facetimehd/default.nix b/pkgs/os-specific/linux/facetimehd/default.nix index 4b2d4758caa9..ccb2f71e0210 100644 --- a/pkgs/os-specific/linux/facetimehd/default.nix +++ b/pkgs/os-specific/linux/facetimehd/default.nix @@ -45,7 +45,6 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ womfoo - grahamc kraem ]; platforms = [