maintainers: remove fabiangd (#501186)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user