mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: drop grahamc
Inactive since April 2025. Removing according to maintainer guidelines.
This commit is contained in:
parent
46f17abfda
commit
0886339dd1
27 changed files with 0 additions and 34 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ in
|
|||
name = "gocd-agent";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
grahamc
|
||||
swarren83
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "hound";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ grahamc ];
|
||||
};
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
name = "wireguard-generated";
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
ma27
|
||||
grahamc
|
||||
];
|
||||
|
||||
nodes = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
|||
binaryNativeCode
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
grahamc
|
||||
swarren83
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
|
|||
binaryNativeCode
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
grahamc
|
||||
swarren83
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ buildGoModule rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
cole-h
|
||||
grahamc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ in
|
|||
homepage = "https://github.com/nix-community/lorri";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
grahamc
|
||||
Profpatsch
|
||||
nyarly
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue