mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: drop cfhammill
Inactive since 2024.
This commit is contained in:
parent
c6d6df0274
commit
16a063497c
9 changed files with 0 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ in
|
|||
{
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
jbedo
|
||||
cfhammill
|
||||
];
|
||||
|
||||
options.services.rstudio-server = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
name = "rstudio-server-test";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [
|
||||
jbedo
|
||||
cfhammill
|
||||
];
|
||||
|
||||
nodes.machine =
|
||||
|
|
|
|||
|
|
@ -361,7 +361,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
ciil
|
||||
cfhammill
|
||||
tomasajt
|
||||
];
|
||||
mainProgram = "rstudio" + lib.optionalString server "-server";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue