maintainers: drop cfhammill

Inactive since 2024.
This commit is contained in:
Wolfgang Walther 2025-11-19 12:17:32 +01:00
commit 16a063497c
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
9 changed files with 0 additions and 14 deletions

View file

@ -4455,12 +4455,6 @@
githubId = 543423;
name = "Alex Wied";
};
cfhammill = {
email = "cfhammill@gmail.com";
github = "cfhammill";
githubId = 7467038;
name = "Chris Hammill";
};
cfouche = {
email = "chaddai.fouche@gmail.com";
github = "Chaddai";

View file

@ -22,7 +22,6 @@ in
{
meta.maintainers = with lib.maintainers; [
jbedo
cfhammill
];
options.services.rstudio-server = {

View file

@ -3,7 +3,6 @@
name = "rstudio-server-test";
meta.maintainers = with pkgs.lib.maintainers; [
jbedo
cfhammill
];
nodes.machine =

View file

@ -361,7 +361,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
ciil
cfhammill
tomasajt
];
mainProgram = "rstudio" + lib.optionalString server "-server";

View file

@ -62,7 +62,6 @@ buildPythonPackage rec {
description = "Causal depthwise conv1d in CUDA with a PyTorch interface";
homepage = "https://github.com/Dao-AILab/causal-conv1d";
license = licenses.bsd3;
maintainers = with maintainers; [ cfhammill ];
# The package requires CUDA or ROCm, the ROCm build hasn't
# been completed or tested, so broken if not using cuda.
broken = !cudaSupport;

View file

@ -37,6 +37,5 @@ buildPythonPackage rec {
changelog = "https://github.com/noamgat/lm-format-enforcer/releases/tag/${src.tag}";
homepage = "https://github.com/noamgat/lm-format-enforcer";
license = licenses.mit;
maintainers = with maintainers; [ cfhammill ];
};
}

View file

@ -70,7 +70,6 @@ buildPythonPackage rec {
description = "Linear-Time Sequence Modeling with Selective State Spaces";
homepage = "https://github.com/state-spaces/mamba";
license = licenses.asl20;
maintainers = with maintainers; [ cfhammill ];
# The package requires CUDA or ROCm, the ROCm build hasn't
# been completed or tested, so broken if not using cuda.
broken = !cudaSupport;

View file

@ -25,6 +25,5 @@ buildPythonPackage rec {
description = "Package which enables airport lookup by 3-letter IATA code";
homepage = "https://github.com/ozeliger/pyairports";
license = licenses.asl20;
maintainers = with maintainers; [ cfhammill ];
};
}

View file

@ -30,6 +30,5 @@ buildPythonPackage rec {
description = "Image Test Time Augmentation with PyTorch";
homepage = "https://github.com/qubvel/ttach";
license = with licenses; [ mit ];
maintainers = with maintainers; [ cfhammill ];
};
}