diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 23b1f08fc9e3..d94d4ffe7ff4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -26311,12 +26311,6 @@ name = "Trent Baldwin"; keys = [ { fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA"; } ]; }; - tbenst = { - email = "nix@tylerbenster.com"; - github = "tbenst"; - githubId = 863327; - name = "Tyler Benster"; - }; tbidne = { email = "tbidne@protonmail.com"; github = "tbidne"; diff --git a/pkgs/applications/editors/vscode/extensions/ms-vscode-remote.remote-ssh/default.nix b/pkgs/applications/editors/vscode/extensions/ms-vscode-remote.remote-ssh/default.nix index 2a9fe44e1c98..cb2416515816 100644 --- a/pkgs/applications/editors/vscode/extensions/ms-vscode-remote.remote-ssh/default.nix +++ b/pkgs/applications/editors/vscode/extensions/ms-vscode-remote.remote-ssh/default.nix @@ -100,6 +100,6 @@ buildVscodeMarketplaceExtension { meta = { description = "Use any remote machine with a SSH server as your development environment"; license = lib.licenses.unfree; - maintainers = [ lib.maintainers.tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/bf/bftools/package.nix b/pkgs/by-name/bf/bftools/package.nix index 2797e594d232..4dabaf55a19e 100644 --- a/pkgs/by-name/bf/bftools/package.nix +++ b/pkgs/by-name/bf/bftools/package.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl2; platforms = lib.platforms.all; homepage = "https://www.openmicroscopy.org/bio-formats/"; - maintainers = [ lib.maintainers.tbenst ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/cm/cmtk/package.nix b/pkgs/by-name/cm/cmtk/package.nix index 2a9b116b0bd7..93920eb50821 100644 --- a/pkgs/by-name/cm/cmtk/package.nix +++ b/pkgs/by-name/cm/cmtk/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: { biomedical images, CMTK comprises a set of command line tools and a back-end general-purpose library for processing and I/O ''; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; platforms = lib.platforms.all; license = lib.licenses.gpl3Plus; homepage = "https://www.nitrc.org/projects/cmtk/"; diff --git a/pkgs/by-name/li/libaec/package.nix b/pkgs/by-name/li/libaec/package.nix index c027e6814097..c1e5e29c38e0 100644 --- a/pkgs/by-name/li/libaec/package.nix +++ b/pkgs/by-name/li/libaec/package.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.dkrz.de/k202009/libaec"; description = "Adaptive Entropy Coding library"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/py/pympress/package.nix b/pkgs/by-name/py/pympress/package.nix index eb579444498a..330803ec523a 100644 --- a/pkgs/by-name/py/pympress/package.nix +++ b/pkgs/by-name/py/pympress/package.nix @@ -77,6 +77,6 @@ python3Packages.buildPythonApplication (finalAttrs: { mainProgram = "pympress"; license = lib.licenses.gpl2Plus; homepage = "https://cimbali.github.io/pympress/"; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/tu/tusk/package.nix b/pkgs/by-name/tu/tusk/package.nix index cf1c0d990595..e25a64dad150 100644 --- a/pkgs/by-name/tu/tusk/package.nix +++ b/pkgs/by-name/tu/tusk/package.nix @@ -48,7 +48,7 @@ appimageTools.wrapType2 rec { ''; homepage = "https://klaussinani.github.io/tusk/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; platforms = [ "x86_64-linux" ]; mainProgram = "tusk"; }; diff --git a/pkgs/development/python-modules/arrayqueues/default.nix b/pkgs/development/python-modules/arrayqueues/default.nix index 4d7e03fd6913..0c1ff50bed8f 100644 --- a/pkgs/development/python-modules/arrayqueues/default.nix +++ b/pkgs/development/python-modules/arrayqueues/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "Multiprocessing queues for numpy arrays using shared memory"; changelog = "https://github.com/portugueslab/arrayqueues/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/colorspacious/default.nix b/pkgs/development/python-modules/colorspacious/default.nix index 53ca726357d4..34f2221ef225 100644 --- a/pkgs/development/python-modules/colorspacious/default.nix +++ b/pkgs/development/python-modules/colorspacious/default.nix @@ -21,6 +21,6 @@ buildPythonPackage rec { homepage = "https://github.com/njsmith/colorspacious"; description = "Powerful, accurate, and easy-to-use Python library for doing colorspace conversions"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/databricks-cli/default.nix b/pkgs/development/python-modules/databricks-cli/default.nix index f6e6ebd3c2cd..a47f88bf832f 100644 --- a/pkgs/development/python-modules/databricks-cli/default.nix +++ b/pkgs/development/python-modules/databricks-cli/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { homepage = "https://github.com/databricks/databricks-cli"; changelog = "https://github.com/databricks/databricks-cli/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/flammkuchen/default.nix b/pkgs/development/python-modules/flammkuchen/default.nix index eabc1277fe7e..80eeb83dfe56 100644 --- a/pkgs/development/python-modules/flammkuchen/default.nix +++ b/pkgs/development/python-modules/flammkuchen/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { homepage = "https://github.com/portugueslab/flammkuchen"; description = "Flexible HDF5 saving/loading library forked from deepdish (University of Chicago) and maintained by the Portugues lab"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/gorilla/default.nix b/pkgs/development/python-modules/gorilla/default.nix index 4a8356d07aad..424c69d890a9 100644 --- a/pkgs/development/python-modules/gorilla/default.nix +++ b/pkgs/development/python-modules/gorilla/default.nix @@ -30,6 +30,6 @@ buildPythonPackage rec { homepage = "https://github.com/christophercrouzet/gorilla"; changelog = "https://github.com/christophercrouzet/gorilla/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/imagecodecs-lite/default.nix b/pkgs/development/python-modules/imagecodecs-lite/default.nix index d1c487113754..149fb2539038 100644 --- a/pkgs/development/python-modules/imagecodecs-lite/default.nix +++ b/pkgs/development/python-modules/imagecodecs-lite/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = { description = "Block-oriented, in-memory buffer transformation, compression, and decompression functions"; homepage = "https://www.lfd.uci.edu/~gohlke/"; - maintainers = [ lib.maintainers.tbenst ]; + maintainers = [ ]; license = lib.licenses.bsd3; }; } diff --git a/pkgs/development/python-modules/lightparam/default.nix b/pkgs/development/python-modules/lightparam/default.nix index 70467aadfc02..5839aac487b8 100644 --- a/pkgs/development/python-modules/lightparam/default.nix +++ b/pkgs/development/python-modules/lightparam/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { homepage = "https://github.com/portugueslab/lightparam"; description = "Another attempt at parameters in Python"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/mlflow/default.nix b/pkgs/development/python-modules/mlflow/default.nix index 59f17be0867a..413b7d058ce1 100644 --- a/pkgs/development/python-modules/mlflow/default.nix +++ b/pkgs/development/python-modules/mlflow/default.nix @@ -207,6 +207,6 @@ buildPythonPackage rec { homepage = "https://github.com/mlflow/mlflow"; changelog = "https://github.com/mlflow/mlflow/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/nbdime/default.nix b/pkgs/development/python-modules/nbdime/default.nix index c43652d4d1fa..a618d326079d 100644 --- a/pkgs/development/python-modules/nbdime/default.nix +++ b/pkgs/development/python-modules/nbdime/default.nix @@ -94,6 +94,6 @@ buildPythonPackage rec { changelog = "https://github.com/jupyter/nbdime/blob/${version}/CHANGELOG.md"; description = "Tools for diffing and merging of Jupyter notebooks"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/python-vlc/default.nix b/pkgs/development/python-modules/python-vlc/default.nix index 07c817909c6c..f9bdfd580417 100644 --- a/pkgs/development/python-modules/python-vlc/default.nix +++ b/pkgs/development/python-modules/python-vlc/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { description = "Python bindings for VLC, the cross-platform multimedia player and framework"; homepage = "https://wiki.videolan.org/PythonBinding"; license = lib.licenses.lgpl21Plus; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/pytorch-lightning/default.nix b/pkgs/development/python-modules/pytorch-lightning/default.nix index 7f9ee391f965..50b0745f0022 100644 --- a/pkgs/development/python-modules/pytorch-lightning/default.nix +++ b/pkgs/development/python-modules/pytorch-lightning/default.nix @@ -67,6 +67,6 @@ buildPythonPackage (finalAttrs: { homepage = "https://github.com/Lightning-AI/pytorch-lightning"; changelog = "https://github.com/Lightning-AI/pytorch-lightning/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; }) diff --git a/pkgs/development/python-modules/qimage2ndarray/default.nix b/pkgs/development/python-modules/qimage2ndarray/default.nix index 23e66a6c374a..b9ab6cd6eb6e 100644 --- a/pkgs/development/python-modules/qimage2ndarray/default.nix +++ b/pkgs/development/python-modules/qimage2ndarray/default.nix @@ -30,6 +30,6 @@ buildPythonPackage rec { homepage = "https://github.com/hmeine/qimage2ndarray"; description = "Small python extension for quickly converting between QImages and numpy.ndarrays (in both directions)"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/querystring-parser/default.nix b/pkgs/development/python-modules/querystring-parser/default.nix index 4af05d75869d..c3388a00487c 100644 --- a/pkgs/development/python-modules/querystring-parser/default.nix +++ b/pkgs/development/python-modules/querystring-parser/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { homepage = "https://github.com/bernii/querystring-parser"; changelog = "https://github.com/bernii/querystring-parser/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/stytra/default.nix b/pkgs/development/python-modules/stytra/default.nix index 7f919bc390ac..6dd724a1e798 100644 --- a/pkgs/development/python-modules/stytra/default.nix +++ b/pkgs/development/python-modules/stytra/default.nix @@ -87,6 +87,6 @@ buildPythonPackage rec { description = "Modular package to control stimulation and track behaviour"; homepage = "https://github.com/portugueslab/stytra"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ tbenst ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/test-tube/default.nix b/pkgs/development/python-modules/test-tube/default.nix index 4ed0f31871c2..a7c90aa2c73e 100644 --- a/pkgs/development/python-modules/test-tube/default.nix +++ b/pkgs/development/python-modules/test-tube/default.nix @@ -41,6 +41,6 @@ buildPythonPackage rec { homepage = "https://github.com/williamFalcon/test-tube"; description = "Framework-agnostic library to track and parallelize hyperparameter search in machine learning experiments"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.tbenst ]; + maintainers = [ ]; }; }