maintainers: remove fabiangd (#501186)

This commit is contained in:
Yohann Boniface
2026-03-19 17:25:13 +00:00
committed by GitHub
7 changed files with 4 additions and 12 deletions
-6
View File
@@ -8482,12 +8482,6 @@
githubId = 116184;
keys = [ { fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F"; } ];
};
fabiangd = {
email = "fabian.g.droege@gmail.com";
name = "Fabian G. Dröge";
github = "FabianGD";
githubId = 40316600;
};
fabianhauser = {
email = "fabian.nixos@fh2.ch";
github = "fabianhauser";
+1 -1
View File
@@ -33,6 +33,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
mainProgram = "fprettify";
homepage = "https://pypi.org/project/fprettify/";
license = with lib.licenses; [ gpl3Only ];
maintainers = with lib.maintainers; [ fabiangd ];
maintainers = [ ];
};
})
-1
View File
@@ -112,7 +112,6 @@ stdenv.mkDerivation rec {
homepage = "https://hyper.is/";
maintainers = with lib.maintainers; [
puffnfresh
fabiangd
];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.mit;
+1 -1
View File
@@ -37,6 +37,6 @@ buildPythonApplication rec {
description = "Utility to handle pylint exit codes in an OS-friendly way";
license = lib.licenses.mit;
homepage = "https://github.com/jongracecox/pylint-exit";
maintainers = [ lib.maintainers.fabiangd ];
maintainers = [ ];
};
}
@@ -57,6 +57,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jongracecox/anybadge";
changelog = "https://github.com/jongracecox/anybadge/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fabiangd ];
maintainers = [ ];
};
}
@@ -82,7 +82,6 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/matplotlib/jupyter-matplotlib";
maintainers = with lib.maintainers; [
jluttine
fabiangd
];
license = lib.licenses.bsd3;
};
@@ -96,7 +96,7 @@ buildPythonPackage rec {
homepage = "https://qutip.org/";
changelog = "https://github.com/qutip/qutip/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fabiangd ];
maintainers = [ ];
badPlatforms = [
# Tests fail at ~80%
# ../tests/test_animation.py::test_result_state Fatal Python error: Aborted