diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1c1b910d1dfa..1307214f2052 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -4360,12 +4360,6 @@ githubId = 37775; name = "Kirill A. Korinsky"; }; - catern = { - email = "sbaugh@catern.com"; - github = "catern"; - githubId = 5394722; - name = "Spencer Baugh"; - }; cathalmullan = { email = "contact@cathal.dev"; github = "CathalMullan"; diff --git a/pkgs/by-name/cs/csv2latex/package.nix b/pkgs/by-name/cs/csv2latex/package.nix index cf214a2720a6..e95dca87fdbb 100644 --- a/pkgs/by-name/cs/csv2latex/package.nix +++ b/pkgs/by-name/cs/csv2latex/package.nix @@ -22,7 +22,6 @@ stdenv.mkDerivation rec { description = "Command-line CSV to LaTeX file converter"; homepage = "http://brouits.free.fr/csv2latex/"; license = licenses.gpl2Only; - maintainers = [ maintainers.catern ]; mainProgram = "csv2latex"; }; } diff --git a/pkgs/by-name/iq/iqueue/package.nix b/pkgs/by-name/iq/iqueue/package.nix index 4fa72e8eb804..a1b34d1d1960 100644 --- a/pkgs/by-name/iq/iqueue/package.nix +++ b/pkgs/by-name/iq/iqueue/package.nix @@ -33,6 +33,5 @@ stdenv.mkDerivation rec { description = "Indexed queue"; license = licenses.asl20; platforms = [ "x86_64-linux" ]; - maintainers = [ maintainers.catern ]; }; } diff --git a/pkgs/by-name/kd/kdbg/package.nix b/pkgs/by-name/kd/kdbg/package.nix index 349ffc59be2e..0583b0502e72 100644 --- a/pkgs/by-name/kd/kdbg/package.nix +++ b/pkgs/by-name/kd/kdbg/package.nix @@ -49,6 +49,5 @@ stdenv.mkDerivation rec { ''; mainProgram = "kdbg"; license = licenses.gpl2; - maintainers = [ maintainers.catern ]; }; } diff --git a/pkgs/by-name/nu/num-utils/package.nix b/pkgs/by-name/nu/num-utils/package.nix index fc032d90699a..5def44141ddf 100644 --- a/pkgs/by-name/nu/num-utils/package.nix +++ b/pkgs/by-name/nu/num-utils/package.nix @@ -29,6 +29,5 @@ stdenv.mkDerivation rec { homepage = "https://suso.suso.org/xulu/Num-utils"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = [ maintainers.catern ]; }; } diff --git a/pkgs/by-name/su/supervise/package.nix b/pkgs/by-name/su/supervise/package.nix index 5df506576e4e..fdc54aac4c13 100644 --- a/pkgs/by-name/su/supervise/package.nix +++ b/pkgs/by-name/su/supervise/package.nix @@ -19,6 +19,5 @@ stdenv.mkDerivation rec { description = "Minimal unprivileged process supervisor making use of modern Linux features"; platforms = platforms.linux; license = licenses.gpl3; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/by-name/xp/xpra-html5/package.nix b/pkgs/by-name/xp/xpra-html5/package.nix index be6336084ec8..4ae3a8d8c9a6 100644 --- a/pkgs/by-name/xp/xpra-html5/package.nix +++ b/pkgs/by-name/xp/xpra-html5/package.nix @@ -38,7 +38,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { platforms = lib.platforms.linux; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ - catern lucasew ]; }; diff --git a/pkgs/development/python-modules/aioconsole/default.nix b/pkgs/development/python-modules/aioconsole/default.nix index 94360f89d706..e047d2e60f35 100644 --- a/pkgs/development/python-modules/aioconsole/default.nix +++ b/pkgs/development/python-modules/aioconsole/default.nix @@ -59,7 +59,6 @@ buildPythonPackage rec { changelog = "https://github.com/vxgmichel/aioconsole/releases/tag/v${version}"; homepage = "https://github.com/vxgmichel/aioconsole"; license = licenses.gpl3Only; - maintainers = with maintainers; [ catern ]; mainProgram = "apython"; }; } diff --git a/pkgs/development/python-modules/exchangelib/default.nix b/pkgs/development/python-modules/exchangelib/default.nix index f36ed73d6c36..43aa75b82a99 100644 --- a/pkgs/development/python-modules/exchangelib/default.nix +++ b/pkgs/development/python-modules/exchangelib/default.nix @@ -83,6 +83,5 @@ buildPythonPackage rec { homepage = "https://github.com/ecederstrand/exchangelib"; changelog = "https://github.com/ecederstrand/exchangelib/blob/${src.tag}/CHANGELOG.md"; license = licenses.bsd2; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/immutables/default.nix b/pkgs/development/python-modules/immutables/default.nix index bf758df6f5e3..480c1389cb81 100644 --- a/pkgs/development/python-modules/immutables/default.nix +++ b/pkgs/development/python-modules/immutables/default.nix @@ -46,6 +46,5 @@ buildPythonPackage rec { homepage = "https://github.com/MagicStack/immutables"; changelog = "https://github.com/MagicStack/immutables/releases/tag/v${version}"; license = with licenses; [ asl20 ]; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/outcome/default.nix b/pkgs/development/python-modules/outcome/default.nix index ff3de95d32e7..a8c2ff9d0724 100644 --- a/pkgs/development/python-modules/outcome/default.nix +++ b/pkgs/development/python-modules/outcome/default.nix @@ -31,6 +31,5 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/pdoc3/default.nix b/pkgs/development/python-modules/pdoc3/default.nix index 99e6a481e26e..c9d7f11aa6af 100644 --- a/pkgs/development/python-modules/pdoc3/default.nix +++ b/pkgs/development/python-modules/pdoc3/default.nix @@ -44,6 +44,5 @@ buildPythonPackage rec { homepage = "https://pdoc3.github.io/pdoc/"; license = lib.licenses.agpl3Plus; mainProgram = "pdoc"; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/pykerberos/default.nix b/pkgs/development/python-modules/pykerberos/default.nix index 8b8be76b12e5..e70c6b87e30c 100644 --- a/pkgs/development/python-modules/pykerberos/default.nix +++ b/pkgs/development/python-modules/pykerberos/default.nix @@ -27,6 +27,5 @@ buildPythonPackage rec { meta = with lib; { description = "High-level interface to Kerberos"; license = licenses.asl20; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/python-prctl/default.nix b/pkgs/development/python-modules/python-prctl/default.nix index b4c3731a76cb..e5b132bb885b 100644 --- a/pkgs/development/python-modules/python-prctl/default.nix +++ b/pkgs/development/python-modules/python-prctl/default.nix @@ -51,6 +51,5 @@ buildPythonPackage rec { homepage = "https://github.com/seveas/python-prctl"; license = lib.licenses.gpl3; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/requests-kerberos/default.nix b/pkgs/development/python-modules/requests-kerberos/default.nix index 17ff2702c781..04006a4684c6 100644 --- a/pkgs/development/python-modules/requests-kerberos/default.nix +++ b/pkgs/development/python-modules/requests-kerberos/default.nix @@ -44,6 +44,5 @@ buildPythonPackage rec { description = "Authentication handler for using Kerberos with Python Requests"; homepage = "https://github.com/requests/requests-kerberos"; license = licenses.isc; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/requests-unixsocket/default.nix b/pkgs/development/python-modules/requests-unixsocket/default.nix index 0ce1066b03a6..4c935c62372d 100644 --- a/pkgs/development/python-modules/requests-unixsocket/default.nix +++ b/pkgs/development/python-modules/requests-unixsocket/default.nix @@ -39,6 +39,5 @@ buildPythonPackage rec { homepage = "https://github.com/msabramo/requests-unixsocket"; changelog = "https://github.com/msabramo/requests-unixsocket/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/simplefix/default.nix b/pkgs/development/python-modules/simplefix/default.nix index 9184391af91b..f205e8e60c2d 100644 --- a/pkgs/development/python-modules/simplefix/default.nix +++ b/pkgs/development/python-modules/simplefix/default.nix @@ -34,6 +34,5 @@ buildPythonPackage rec { homepage = "https://github.com/da4089/simplefix"; changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/supervise-api/default.nix b/pkgs/development/python-modules/supervise-api/default.nix index 841663678e56..f7c8ebf7971c 100644 --- a/pkgs/development/python-modules/supervise-api/default.nix +++ b/pkgs/development/python-modules/supervise-api/default.nix @@ -34,6 +34,5 @@ buildPythonPackage rec { homepage = "https://github.com/catern/supervise"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/trio/default.nix b/pkgs/development/python-modules/trio/default.nix index 99a6a5e5d221..24bac8624a52 100644 --- a/pkgs/development/python-modules/trio/default.nix +++ b/pkgs/development/python-modules/trio/default.nix @@ -107,6 +107,5 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/trustme/default.nix b/pkgs/development/python-modules/trustme/default.nix index d9d403e74b97..e909c4868252 100644 --- a/pkgs/development/python-modules/trustme/default.nix +++ b/pkgs/development/python-modules/trustme/default.nix @@ -49,6 +49,5 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with maintainers; [ catern ]; }; }