From de7ce5a9252264f890cc50c5d9a234218593fa37 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:05:49 +0100 Subject: [PATCH 01/12] maintainers: drop bhipple Reacted to 1 out of 57 maintainer pings in the least 180 days. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/ab/abi-compliance-checker/package.nix | 1 - pkgs/by-name/ab/abi-dumper/package.nix | 1 - pkgs/by-name/ap/apache-airflow/python-package.nix | 1 - pkgs/by-name/aw/awscli2/package.nix | 1 - pkgs/by-name/ca/capnproto-java/package.nix | 1 - pkgs/by-name/cl/cloud-custodian/package.nix | 1 - pkgs/by-name/co/colormake/package.nix | 1 - pkgs/by-name/cp/cpplint/package.nix | 1 - pkgs/by-name/cr/cryptop/package.nix | 1 - pkgs/by-name/ec/ecos/package.nix | 1 - pkgs/by-name/fa/fast-cpp-csv-parser/package.nix | 1 - pkgs/by-name/fi/findnewest/package.nix | 1 - pkgs/by-name/hd/hdf5-blosc/package.nix | 1 - pkgs/by-name/lu/luigi/package.nix | 1 - pkgs/by-name/mk/mkl/package.nix | 1 - pkgs/by-name/ne/networking-ts-cxx/package.nix | 1 - pkgs/by-name/on/oneDNN/package.nix | 1 - pkgs/by-name/qm/qmk/package.nix | 1 - pkgs/by-name/qu/quickfix/package.nix | 1 - pkgs/by-name/s4/s4cmd/package.nix | 1 - pkgs/by-name/sc/scs/package.nix | 1 - pkgs/by-name/vt/vtable-dumper/package.nix | 1 - pkgs/development/python-modules/atom/default.nix | 1 - pkgs/development/python-modules/aws-adfs/default.nix | 1 - pkgs/development/python-modules/bitarray/default.nix | 1 - pkgs/development/python-modules/fastcache/default.nix | 1 - pkgs/development/python-modules/fava/default.nix | 1 - pkgs/development/python-modules/hjson/default.nix | 1 - pkgs/development/python-modules/markdown-it-py/default.nix | 1 - pkgs/development/python-modules/measurement/default.nix | 1 - pkgs/development/python-modules/milc/default.nix | 1 - pkgs/development/python-modules/mkl-service/default.nix | 1 - pkgs/development/python-modules/myfitnesspal/default.nix | 1 - pkgs/development/python-modules/plaid-python/default.nix | 1 - pkgs/development/python-modules/pyslurm/default.nix | 1 - pkgs/development/python-modules/python-binance/default.nix | 1 - pkgs/development/python-modules/wtforms/default.nix | 1 - 38 files changed, 43 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 16a94fc4e170..c873665af2d4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3409,12 +3409,6 @@ githubId = 45831883; name = "Brieuc Dubois"; }; - bhipple = { - email = "bhipple@protonmail.com"; - github = "bhipple"; - githubId = 2071583; - name = "Benjamin Hipple"; - }; bhougland = { email = "benjamin.hougland@gmail.com"; github = "bhougland18"; diff --git a/pkgs/by-name/ab/abi-compliance-checker/package.nix b/pkgs/by-name/ab/abi-compliance-checker/package.nix index 08b0161b220f..c08d64e5d26c 100644 --- a/pkgs/by-name/ab/abi-compliance-checker/package.nix +++ b/pkgs/by-name/ab/abi-compliance-checker/package.nix @@ -33,7 +33,6 @@ stdenv.mkDerivation rec { description = "Tool for checking backward API/ABI compatibility of a C/C++ library"; mainProgram = "abi-compliance-checker"; license = lib.licenses.lgpl21; - maintainers = with lib.maintainers; [ bhipple ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/by-name/ab/abi-dumper/package.nix b/pkgs/by-name/ab/abi-dumper/package.nix index fc0eaffc4e55..aedefd7b022c 100644 --- a/pkgs/by-name/ab/abi-dumper/package.nix +++ b/pkgs/by-name/ab/abi-dumper/package.nix @@ -41,7 +41,6 @@ stdenv.mkDerivation rec { description = "Dump ABI of an ELF object containing DWARF debug info"; mainProgram = "abi-dumper"; license = lib.licenses.lgpl21; - maintainers = with lib.maintainers; [ bhipple ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/by-name/ap/apache-airflow/python-package.nix b/pkgs/by-name/ap/apache-airflow/python-package.nix index 93f1369d6b71..f50d76e6161a 100644 --- a/pkgs/by-name/ap/apache-airflow/python-package.nix +++ b/pkgs/by-name/ap/apache-airflow/python-package.nix @@ -336,7 +336,6 @@ buildPythonPackage rec { homepage = "https://airflow.apache.org/"; license = licenses.asl20; maintainers = with maintainers; [ - bhipple gbpdt ingenieroariel ]; diff --git a/pkgs/by-name/aw/awscli2/package.nix b/pkgs/by-name/aw/awscli2/package.nix index 2e25db120539..18ecc92b4754 100644 --- a/pkgs/by-name/aw/awscli2/package.nix +++ b/pkgs/by-name/aw/awscli2/package.nix @@ -208,7 +208,6 @@ py.pkgs.buildPythonApplication rec { changelog = "https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - bhipple davegallant devusb anthonyroussel diff --git a/pkgs/by-name/ca/capnproto-java/package.nix b/pkgs/by-name/ca/capnproto-java/package.nix index e960dc968bda..5540b1eeff75 100644 --- a/pkgs/by-name/ca/capnproto-java/package.nix +++ b/pkgs/by-name/ca/capnproto-java/package.nix @@ -30,7 +30,6 @@ stdenv.mkDerivation rec { homepage = "https://dwrensha.github.io/capnproto-java/index.html"; license = licenses.mit; maintainers = with maintainers; [ - bhipple solson ]; }; diff --git a/pkgs/by-name/cl/cloud-custodian/package.nix b/pkgs/by-name/cl/cloud-custodian/package.nix index bfd0f20b40ec..b10ce037d19f 100644 --- a/pkgs/by-name/cl/cloud-custodian/package.nix +++ b/pkgs/by-name/cl/cloud-custodian/package.nix @@ -50,7 +50,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://cloudcustodian.io"; changelog = "https://github.com/cloud-custodian/cloud-custodian/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ bhipple ]; mainProgram = "custodian"; }; } diff --git a/pkgs/by-name/co/colormake/package.nix b/pkgs/by-name/co/colormake/package.nix index df7d76447ad8..31dbe4b14863 100644 --- a/pkgs/by-name/co/colormake/package.nix +++ b/pkgs/by-name/co/colormake/package.nix @@ -28,6 +28,5 @@ stdenv.mkDerivation { homepage = "https://bre.klaki.net/programs/colormake/"; license = licenses.gpl2; platforms = platforms.unix; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/by-name/cp/cpplint/package.nix b/pkgs/by-name/cp/cpplint/package.nix index 20fc80c99e5f..196fe69cc674 100644 --- a/pkgs/by-name/cp/cpplint/package.nix +++ b/pkgs/by-name/cp/cpplint/package.nix @@ -42,7 +42,6 @@ python3Packages.buildPythonApplication rec { description = "Static code checker for C++"; changelog = "https://github.com/cpplint/cpplint/releases/tag/${version}"; mainProgram = "cpplint"; - maintainers = [ lib.maintainers.bhipple ]; license = [ lib.licenses.bsd3 ]; }; } diff --git a/pkgs/by-name/cr/cryptop/package.nix b/pkgs/by-name/cr/cryptop/package.nix index 07430c794792..b573d021f386 100644 --- a/pkgs/by-name/cr/cryptop/package.nix +++ b/pkgs/by-name/cr/cryptop/package.nix @@ -26,7 +26,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/huwwp/cryptop"; description = "Command line Cryptocurrency Portfolio"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ bhipple ]; mainProgram = "cryptop"; }; } diff --git a/pkgs/by-name/ec/ecos/package.nix b/pkgs/by-name/ec/ecos/package.nix index 736eece3f483..9c35f428677a 100644 --- a/pkgs/by-name/ec/ecos/package.nix +++ b/pkgs/by-name/ec/ecos/package.nix @@ -50,6 +50,5 @@ stdenv.mkDerivation (finalAttrs: { downloadPage = "https://github.com/embotech/ecos/releases"; license = lib.licenses.gpl3; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ bhipple ]; }; }) diff --git a/pkgs/by-name/fa/fast-cpp-csv-parser/package.nix b/pkgs/by-name/fa/fast-cpp-csv-parser/package.nix index 123974150d0e..7959c39ed95e 100644 --- a/pkgs/by-name/fa/fast-cpp-csv-parser/package.nix +++ b/pkgs/by-name/fa/fast-cpp-csv-parser/package.nix @@ -25,6 +25,5 @@ stdenv.mkDerivation { description = "Small, easy-to-use and fast header-only library for reading comma separated value (CSV) files"; homepage = "https://github.com/ben-strasser/fast-cpp-csv-parser"; license = licenses.bsd3; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/by-name/fi/findnewest/package.nix b/pkgs/by-name/fi/findnewest/package.nix index 78a46d1bde26..bffe16b4c7c8 100644 --- a/pkgs/by-name/fi/findnewest/package.nix +++ b/pkgs/by-name/fi/findnewest/package.nix @@ -23,6 +23,5 @@ stdenv.mkDerivation rec { description = "Recursively find newest file in a hierarchy and print its timestamp"; mainProgram = "fn"; license = licenses.bsd2; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/by-name/hd/hdf5-blosc/package.nix b/pkgs/by-name/hd/hdf5-blosc/package.nix index 323a57698210..c792bff5464e 100644 --- a/pkgs/by-name/hd/hdf5-blosc/package.nix +++ b/pkgs/by-name/hd/hdf5-blosc/package.nix @@ -61,6 +61,5 @@ stdenv.mkDerivation rec { description = "Filter for HDF5 that uses the Blosc compressor"; homepage = "https://github.com/Blosc/hdf5-blosc"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/by-name/lu/luigi/package.nix b/pkgs/by-name/lu/luigi/package.nix index 8e6aebdf037e..5c9535441b5f 100644 --- a/pkgs/by-name/lu/luigi/package.nix +++ b/pkgs/by-name/lu/luigi/package.nix @@ -42,6 +42,5 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/spotify/luigi"; changelog = "https://github.com/spotify/luigi/releases/tag/${version}"; license = [ lib.licenses.asl20 ]; - maintainers = [ lib.maintainers.bhipple ]; }; } diff --git a/pkgs/by-name/mk/mkl/package.nix b/pkgs/by-name/mk/mkl/package.nix index bdac3135da31..5b80e16e634f 100644 --- a/pkgs/by-name/mk/mkl/package.nix +++ b/pkgs/by-name/mk/mkl/package.nix @@ -212,7 +212,6 @@ stdenvNoCC.mkDerivation ( "x86_64-linux" "x86_64-darwin" ]; - maintainers = with maintainers; [ bhipple ]; }; } // lib.optionalAttrs stdenvNoCC.hostPlatform.isDarwin { diff --git a/pkgs/by-name/ne/networking-ts-cxx/package.nix b/pkgs/by-name/ne/networking-ts-cxx/package.nix index 2abc08f86762..c020bdc77071 100644 --- a/pkgs/by-name/ne/networking-ts-cxx/package.nix +++ b/pkgs/by-name/ne/networking-ts-cxx/package.nix @@ -27,6 +27,5 @@ stdenv.mkDerivation { description = "Experimental implementation of the C++ Networking Technical Specification"; homepage = "https://github.com/chriskohlhoff/networking-ts-impl"; license = licenses.boost; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/by-name/on/oneDNN/package.nix b/pkgs/by-name/on/oneDNN/package.nix index 9962d89ca48d..cc67121c100b 100644 --- a/pkgs/by-name/on/oneDNN/package.nix +++ b/pkgs/by-name/on/oneDNN/package.nix @@ -47,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: { description = "oneAPI Deep Neural Network Library (oneDNN)"; homepage = "https://01.org/oneDNN"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ bhipple ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/qm/qmk/package.nix b/pkgs/by-name/qm/qmk/package.nix index 39c130310768..f327ef2d4931 100644 --- a/pkgs/by-name/qm/qmk/package.nix +++ b/pkgs/by-name/qm/qmk/package.nix @@ -78,7 +78,6 @@ python3.pkgs.buildPythonApplication rec { ''; license = licenses.mit; maintainers = with maintainers; [ - bhipple ekleog ]; mainProgram = "qmk"; diff --git a/pkgs/by-name/qu/quickfix/package.nix b/pkgs/by-name/qu/quickfix/package.nix index 3dad4044a99c..6cb9c1b0c3ff 100644 --- a/pkgs/by-name/qu/quickfix/package.nix +++ b/pkgs/by-name/qu/quickfix/package.nix @@ -54,7 +54,6 @@ stdenv.mkDerivation rec { description = "C++ Fix Engine Library"; homepage = "http://www.quickfixengine.org"; license = licenses.free; # similar to BSD 4-clause - maintainers = with maintainers; [ bhipple ]; broken = stdenv.hostPlatform.isAarch64; }; } diff --git a/pkgs/by-name/s4/s4cmd/package.nix b/pkgs/by-name/s4/s4cmd/package.nix index ef5ff67afc13..89f3f479ec32 100644 --- a/pkgs/by-name/s4/s4cmd/package.nix +++ b/pkgs/by-name/s4/s4cmd/package.nix @@ -42,6 +42,5 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/bloomreach/s4cmd"; description = "Super S3 command line tool"; license = licenses.asl20; - maintainers = [ maintainers.bhipple ]; }; } diff --git a/pkgs/by-name/sc/scs/package.nix b/pkgs/by-name/sc/scs/package.nix index 907dc200d2ae..0d50df41fc38 100644 --- a/pkgs/by-name/sc/scs/package.nix +++ b/pkgs/by-name/sc/scs/package.nix @@ -67,6 +67,5 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/cvxgrp/scs/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ bhipple ]; }; }) diff --git a/pkgs/by-name/vt/vtable-dumper/package.nix b/pkgs/by-name/vt/vtable-dumper/package.nix index ba63b8d51be2..dfa523430ddf 100644 --- a/pkgs/by-name/vt/vtable-dumper/package.nix +++ b/pkgs/by-name/vt/vtable-dumper/package.nix @@ -24,7 +24,6 @@ stdenv.mkDerivation rec { description = "Tool to list content of virtual tables in a C++ shared library"; mainProgram = "vtable-dumper"; license = licenses.lgpl21; - maintainers = [ maintainers.bhipple ]; platforms = platforms.all; }; } diff --git a/pkgs/development/python-modules/atom/default.nix b/pkgs/development/python-modules/atom/default.nix index 55aefcb1db0c..8e943f23357f 100644 --- a/pkgs/development/python-modules/atom/default.nix +++ b/pkgs/development/python-modules/atom/default.nix @@ -39,6 +39,5 @@ buildPythonPackage rec { homepage = "https://github.com/nucleic/atom"; changelog = "https://github.com/nucleic/atom/releases/tag/${version}"; license = licenses.bsd3; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/aws-adfs/default.nix b/pkgs/development/python-modules/aws-adfs/default.nix index dcb2884f4844..d5460d814e8d 100644 --- a/pkgs/development/python-modules/aws-adfs/default.nix +++ b/pkgs/development/python-modules/aws-adfs/default.nix @@ -70,7 +70,6 @@ buildPythonPackage rec { homepage = "https://github.com/venth/aws-adfs"; changelog = "https://github.com/venth/aws-adfs/releases/tag/${src.tag}"; license = licenses.psfl; - maintainers = with maintainers; [ bhipple ]; mainProgram = "aws-adfs"; }; } diff --git a/pkgs/development/python-modules/bitarray/default.nix b/pkgs/development/python-modules/bitarray/default.nix index ba990aceb186..d685d1563756 100644 --- a/pkgs/development/python-modules/bitarray/default.nix +++ b/pkgs/development/python-modules/bitarray/default.nix @@ -33,6 +33,5 @@ buildPythonPackage rec { homepage = "https://github.com/ilanschnell/bitarray"; changelog = "https://github.com/ilanschnell/bitarray/raw/${version}/CHANGE_LOG"; license = licenses.psfl; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/fastcache/default.nix b/pkgs/development/python-modules/fastcache/default.nix index 2607c8bc70f7..7ed356dcaae4 100644 --- a/pkgs/development/python-modules/fastcache/default.nix +++ b/pkgs/development/python-modules/fastcache/default.nix @@ -27,6 +27,5 @@ buildPythonPackage rec { homepage = "https://github.com/pbrady/fastcache"; changelog = "https://github.com/pbrady/fastcache/blob/v${version}/CHANGELOG"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/fava/default.nix b/pkgs/development/python-modules/fava/default.nix index ef71e0884464..c8c5f7c2461b 100644 --- a/pkgs/development/python-modules/fava/default.nix +++ b/pkgs/development/python-modules/fava/default.nix @@ -103,7 +103,6 @@ buildPythonPackage { changelog = "https://beancount.github.io/fava/changelog.html"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - bhipple prince213 sigmanificient ]; diff --git a/pkgs/development/python-modules/hjson/default.nix b/pkgs/development/python-modules/hjson/default.nix index c997be940b04..fd7f8c813e00 100644 --- a/pkgs/development/python-modules/hjson/default.nix +++ b/pkgs/development/python-modules/hjson/default.nix @@ -48,7 +48,6 @@ buildPythonPackage rec { homepage = "https://github.com/hjson/hjson-py"; changelog = "https://github.com/hjson/hjson-py/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; mainProgram = "hjson"; }; } diff --git a/pkgs/development/python-modules/markdown-it-py/default.nix b/pkgs/development/python-modules/markdown-it-py/default.nix index 828da8ce056e..5aec1a636887 100644 --- a/pkgs/development/python-modules/markdown-it-py/default.nix +++ b/pkgs/development/python-modules/markdown-it-py/default.nix @@ -87,7 +87,6 @@ buildPythonPackage rec { homepage = "https://markdown-it-py.readthedocs.io/"; changelog = "https://github.com/executablebooks/markdown-it-py/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; mainProgram = "markdown-it"; }; } diff --git a/pkgs/development/python-modules/measurement/default.nix b/pkgs/development/python-modules/measurement/default.nix index cbbea4d9189a..2793cb1de855 100644 --- a/pkgs/development/python-modules/measurement/default.nix +++ b/pkgs/development/python-modules/measurement/default.nix @@ -43,6 +43,5 @@ buildPythonPackage rec { homepage = "https://github.com/coddingtonbear/python-measurement"; changelog = "https://github.com/coddingtonbear/python-measurement/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/milc/default.nix b/pkgs/development/python-modules/milc/default.nix index f6d9e319827f..bfd09db372c0 100644 --- a/pkgs/development/python-modules/milc/default.nix +++ b/pkgs/development/python-modules/milc/default.nix @@ -65,6 +65,5 @@ buildPythonPackage rec { mainProgram = "milc-color"; homepage = "https://milc.clueboard.co"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/mkl-service/default.nix b/pkgs/development/python-modules/mkl-service/default.nix index 07e7a870b38d..acada1f651ae 100644 --- a/pkgs/development/python-modules/mkl-service/default.nix +++ b/pkgs/development/python-modules/mkl-service/default.nix @@ -47,6 +47,5 @@ buildPythonPackage rec { description = "Python hooks for Intel(R) Math Kernel Library runtime control settings"; homepage = "https://github.com/IntelPython/mkl-service"; license = licenses.bsd3; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/myfitnesspal/default.nix b/pkgs/development/python-modules/myfitnesspal/default.nix index 79ff95e4a560..1c4cae411c2f 100644 --- a/pkgs/development/python-modules/myfitnesspal/default.nix +++ b/pkgs/development/python-modules/myfitnesspal/default.nix @@ -76,6 +76,5 @@ buildPythonPackage rec { mainProgram = "myfitnesspal"; homepage = "https://github.com/coddingtonbear/python-myfitnesspal"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/plaid-python/default.nix b/pkgs/development/python-modules/plaid-python/default.nix index 10f113d5c3f5..716159f034f0 100644 --- a/pkgs/development/python-modules/plaid-python/default.nix +++ b/pkgs/development/python-modules/plaid-python/default.nix @@ -40,6 +40,5 @@ buildPythonPackage rec { homepage = "https://github.com/plaid/plaid-python"; changelog = "https://github.com/plaid/plaid-python/blob/master/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/pyslurm/default.nix b/pkgs/development/python-modules/pyslurm/default.nix index 552548c0840c..a0f7dec14e75 100644 --- a/pkgs/development/python-modules/pyslurm/default.nix +++ b/pkgs/development/python-modules/pyslurm/default.nix @@ -41,7 +41,6 @@ buildPythonPackage rec { homepage = "https://github.com/PySlurm/pyslurm"; description = "Python bindings to Slurm"; license = licenses.gpl2; - maintainers = with maintainers; [ bhipple ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/python-modules/python-binance/default.nix b/pkgs/development/python-modules/python-binance/default.nix index 5f7c7d37e4c0..35790013e98c 100644 --- a/pkgs/development/python-modules/python-binance/default.nix +++ b/pkgs/development/python-modules/python-binance/default.nix @@ -85,6 +85,5 @@ buildPythonPackage rec { description = "Binance Exchange API python implementation for automated trading"; homepage = "https://github.com/sammchardy/python-binance"; license = licenses.mit; - maintainers = with maintainers; [ bhipple ]; }; } diff --git a/pkgs/development/python-modules/wtforms/default.nix b/pkgs/development/python-modules/wtforms/default.nix index 897ee3662898..9a62a785e7df 100644 --- a/pkgs/development/python-modules/wtforms/default.nix +++ b/pkgs/development/python-modules/wtforms/default.nix @@ -57,6 +57,5 @@ buildPythonPackage rec { homepage = "https://github.com/wtforms/wtforms"; changelog = "https://github.com/wtforms/wtforms/blob/${version}/CHANGES.rst"; license = licenses.bsd3; - maintainers = with maintainers; [ bhipple ]; }; } From 53d55066d21c5c9f3179cbd5e63de091263ca311 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:07:38 +0100 Subject: [PATCH 02/12] maintainers: drop Br1ght0ne Reacted to 2 out of 223 maintainer pings in the least 180 days. --- maintainers/github-teams.json | 2 -- maintainers/maintainer-list.nix | 7 ------- nixos/modules/programs/bandwhich.nix | 1 - nixos/modules/services/search/meilisearch.nix | 1 - nixos/tests/caddy.nix | 1 - nixos/tests/meilisearch.nix | 1 - pkgs/by-name/_3/_3mux/package.nix | 1 - pkgs/by-name/_6/_6tunnel/package.nix | 1 - pkgs/by-name/ac/act/package.nix | 1 - pkgs/by-name/ak/akira-unstable/package.nix | 4 +--- pkgs/by-name/al/alacritty/package.nix | 1 - pkgs/by-name/an/antibody/package.nix | 1 - pkgs/by-name/ar/aria2/package.nix | 1 - pkgs/by-name/ba/bandwhich/package.nix | 3 +-- pkgs/by-name/ca/caddy/package.nix | 1 - pkgs/by-name/ca/cargo-cache/package.nix | 1 - pkgs/by-name/ca/cargo-deb/package.nix | 1 - pkgs/by-name/ca/cargo-edit/package.nix | 1 - pkgs/by-name/ca/cargo-update/package.nix | 1 - pkgs/by-name/do/docker-slim/package.nix | 1 - pkgs/by-name/dr/drill/package.nix | 1 - pkgs/by-name/em/emplace/package.nix | 1 - pkgs/by-name/ep/epr/package.nix | 1 - pkgs/by-name/fi/findomain/package.nix | 4 +--- pkgs/by-name/fr/frp/package.nix | 1 - pkgs/by-name/fs/fselect/package.nix | 1 - pkgs/by-name/fu/fusuma/package.nix | 1 - pkgs/by-name/fz/fzf/package.nix | 1 - pkgs/by-name/gi/gitui/package.nix | 1 - pkgs/by-name/gl/glow/package.nix | 1 - pkgs/by-name/he/hey/package.nix | 1 - pkgs/by-name/hu/hugo/package.nix | 1 - pkgs/by-name/hy/hydroxide/package.nix | 1 - pkgs/by-name/in/intermodal/package.nix | 1 - pkgs/by-name/ko/kondo/package.nix | 1 - pkgs/by-name/la/lazydocker/package.nix | 1 - pkgs/by-name/la/lazygit/package.nix | 1 - pkgs/by-name/le/lemmeknow/package.nix | 4 +--- pkgs/by-name/li/lite/package.nix | 1 - pkgs/by-name/me/metal-cli/package.nix | 1 - pkgs/by-name/mo/monolith/package.nix | 1 - pkgs/by-name/mu/mullvad-vpn/package.nix | 1 - pkgs/by-name/mu/muonlang/package.nix | 1 - pkgs/by-name/ne/nebula/package.nix | 1 - pkgs/by-name/ne/neo-cowsay/package.nix | 1 - pkgs/by-name/nn/nnn/package.nix | 1 - pkgs/by-name/on/onefetch/package.nix | 1 - pkgs/by-name/oq/oq/package.nix | 1 - pkgs/by-name/ov/overcommit/package.nix | 1 - pkgs/by-name/pg/pg_flame/package.nix | 1 - pkgs/by-name/po/polybar/package.nix | 1 - pkgs/by-name/pr/procs/package.nix | 1 - pkgs/by-name/ri/rink/package.nix | 1 - pkgs/by-name/rq/rq/package.nix | 1 - pkgs/by-name/ru/run/package.nix | 1 - pkgs/by-name/ru/ruplacer/package.nix | 1 - pkgs/by-name/rx/rx/package.nix | 1 - pkgs/by-name/sc/scc/package.nix | 1 - pkgs/by-name/sd/sd/package.nix | 1 - pkgs/by-name/so/sozu/package.nix | 1 - pkgs/by-name/sp/spotifyd/package.nix | 1 - pkgs/by-name/st/starship/package.nix | 1 - pkgs/by-name/su/subfinder/package.nix | 1 - pkgs/by-name/te/termius/package.nix | 1 - pkgs/by-name/th/thicket/package.nix | 1 - pkgs/by-name/ti/tiny/package.nix | 4 +--- pkgs/by-name/tm/tmatrix/package.nix | 1 - pkgs/by-name/tu/tuir/package.nix | 1 - pkgs/by-name/tu/tunnelto/package.nix | 1 - pkgs/by-name/ty/tydra/package.nix | 1 - pkgs/by-name/vu/vultr-cli/package.nix | 1 - pkgs/by-name/wa/wasmer/package.nix | 1 - pkgs/by-name/we/websocat/package.nix | 1 - pkgs/by-name/wr/wrangler_1/package.nix | 1 - pkgs/development/libraries/hyphen/default.nix | 1 - pkgs/development/python-modules/ueberzug/default.nix | 1 - pkgs/shells/nushell/default.nix | 1 - pkgs/tools/security/keybase/default.nix | 1 - pkgs/tools/security/keybase/gui.nix | 1 - 79 files changed, 5 insertions(+), 95 deletions(-) diff --git a/maintainers/github-teams.json b/maintainers/github-teams.json index 77f68a37f2ff..500bd05ab5f6 100644 --- a/maintainers/github-teams.json +++ b/maintainers/github-teams.json @@ -61,7 +61,6 @@ "happysalada": 5317234 }, "members": { - "Br1ght0ne": 12615679, "DianaOlympos": 15774340, "adamcstephens": 2071575, "ankhers": 750786, @@ -146,7 +145,6 @@ "peterhoeg": 722550 }, "members": { - "Br1ght0ne": 12615679, "manveru": 3507 }, "name": "crystal-lang" diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index c873665af2d4..82689502e79f 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3766,13 +3766,6 @@ githubId = 140968250; keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ]; }; - Br1ght0ne = { - email = "brightone@protonmail.com"; - github = "Br1ght0ne"; - githubId = 12615679; - name = "Oleksii Filonenko"; - keys = [ { fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8"; } ]; - }; br337 = { email = "brian.porumb@proton.me"; github = "br337"; diff --git a/nixos/modules/programs/bandwhich.nix b/nixos/modules/programs/bandwhich.nix index 2136a84c3209..ff1f4801c5bb 100644 --- a/nixos/modules/programs/bandwhich.nix +++ b/nixos/modules/programs/bandwhich.nix @@ -9,7 +9,6 @@ let cfg = config.programs.bandwhich; in { - meta.maintainers = with lib.maintainers; [ Br1ght0ne ]; options = { programs.bandwhich = { diff --git a/nixos/modules/services/search/meilisearch.nix b/nixos/modules/services/search/meilisearch.nix index d58ed0f7c7e4..fd0dccbb306f 100644 --- a/nixos/modules/services/search/meilisearch.nix +++ b/nixos/modules/services/search/meilisearch.nix @@ -54,7 +54,6 @@ let in { meta.maintainers = with lib.maintainers; [ - Br1ght0ne happysalada ]; meta.doc = ./meilisearch.md; diff --git a/nixos/tests/caddy.nix b/nixos/tests/caddy.nix index 0b216c439bda..97658291d4e3 100644 --- a/nixos/tests/caddy.nix +++ b/nixos/tests/caddy.nix @@ -3,7 +3,6 @@ name = "caddy"; meta = with pkgs.lib.maintainers; { maintainers = [ - Br1ght0ne stepbrobd ]; }; diff --git a/nixos/tests/meilisearch.nix b/nixos/tests/meilisearch.nix index 9a27fd05800c..ea7959a22619 100644 --- a/nixos/tests/meilisearch.nix +++ b/nixos/tests/meilisearch.nix @@ -12,7 +12,6 @@ let in { name = "meilisearch"; - meta.maintainers = with lib.maintainers; [ Br1ght0ne ]; nodes.machine = { ... }: diff --git a/pkgs/by-name/_3/_3mux/package.nix b/pkgs/by-name/_3/_3mux/package.nix index 8f72b9b32d97..b130f4b861f5 100644 --- a/pkgs/by-name/_3/_3mux/package.nix +++ b/pkgs/by-name/_3/_3mux/package.nix @@ -61,7 +61,6 @@ buildGoModule rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ aaronjanse - Br1ght0ne ]; platforms = lib.platforms.unix; }; diff --git a/pkgs/by-name/_6/_6tunnel/package.nix b/pkgs/by-name/_6/_6tunnel/package.nix index 4e4da7039586..29fcdc928f63 100644 --- a/pkgs/by-name/_6/_6tunnel/package.nix +++ b/pkgs/by-name/_6/_6tunnel/package.nix @@ -24,7 +24,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/wojtekka/6tunnel"; changelog = "https://github.com/wojtekka/6tunnel/blob/${version}/ChangeLog"; license = lib.licenses.gpl2Only; - maintainers = with lib.maintainers; [ Br1ght0ne ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/ac/act/package.nix b/pkgs/by-name/ac/act/package.nix index 9563f50ebcdd..c7020e8af676 100644 --- a/pkgs/by-name/ac/act/package.nix +++ b/pkgs/by-name/ac/act/package.nix @@ -46,7 +46,6 @@ buildGoModule { changelog = "https://github.com/nektos/act/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne kashw2 ]; }; diff --git a/pkgs/by-name/ak/akira-unstable/package.nix b/pkgs/by-name/ak/akira-unstable/package.nix index c83a3c759b0b..9256ce3914c1 100644 --- a/pkgs/by-name/ak/akira-unstable/package.nix +++ b/pkgs/by-name/ak/akira-unstable/package.nix @@ -68,9 +68,7 @@ stdenv.mkDerivation rec { description = "Native Linux Design application built in Vala and GTK"; homepage = "https://github.com/akiraux/Akira"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ - Br1ght0ne - ]; + maintainers = [ ]; teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.akiraux.akira"; diff --git a/pkgs/by-name/al/alacritty/package.nix b/pkgs/by-name/al/alacritty/package.nix index 1614c54183c7..c2fc017a3740 100644 --- a/pkgs/by-name/al/alacritty/package.nix +++ b/pkgs/by-name/al/alacritty/package.nix @@ -161,7 +161,6 @@ rustPlatform.buildRustPackage (finalAttrs: { with lib.maintainers; if !withGraphics then [ - Br1ght0ne rvdp ] else diff --git a/pkgs/by-name/an/antibody/package.nix b/pkgs/by-name/an/antibody/package.nix index a526eadc61ae..d013cc767dc4 100644 --- a/pkgs/by-name/an/antibody/package.nix +++ b/pkgs/by-name/an/antibody/package.nix @@ -31,7 +31,6 @@ buildGoModule rec { mainProgram = "antibody"; homepage = "https://github.com/getantibody/antibody"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; # golang.org/x/sys needs to be updated due to: # diff --git a/pkgs/by-name/ar/aria2/package.nix b/pkgs/by-name/ar/aria2/package.nix index aaab59f0fb4c..6eb58a32fb3e 100644 --- a/pkgs/by-name/ar/aria2/package.nix +++ b/pkgs/by-name/ar/aria2/package.nix @@ -77,7 +77,6 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ - Br1ght0ne koral timhae ]; diff --git a/pkgs/by-name/ba/bandwhich/package.nix b/pkgs/by-name/ba/bandwhich/package.nix index f88ee2795720..d3ff5f1baf73 100644 --- a/pkgs/by-name/ba/bandwhich/package.nix +++ b/pkgs/by-name/ba/bandwhich/package.nix @@ -48,8 +48,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/imsnif/bandwhich"; changelog = "https://github.com/imsnif/bandwhich/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ - Br1ght0ne + maintainers = [ ]; platforms = lib.platforms.unix; mainProgram = "bandwhich"; diff --git a/pkgs/by-name/ca/caddy/package.nix b/pkgs/by-name/ca/caddy/package.nix index 87ab46c64e38..714f07a606b6 100644 --- a/pkgs/by-name/ca/caddy/package.nix +++ b/pkgs/by-name/ca/caddy/package.nix @@ -94,7 +94,6 @@ buildGo125Module (finalAttrs: { license = lib.licenses.asl20; mainProgram = "caddy"; maintainers = with lib.maintainers; [ - Br1ght0ne stepbrobd techknowlogick ryan4yin diff --git a/pkgs/by-name/ca/cargo-cache/package.nix b/pkgs/by-name/ca/cargo-cache/package.nix index adb7d99abb9a..43f827d1ad55 100644 --- a/pkgs/by-name/ca/cargo-cache/package.nix +++ b/pkgs/by-name/ca/cargo-cache/package.nix @@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - Br1ght0ne matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-deb/package.nix b/pkgs/by-name/ca/cargo-deb/package.nix index adbde81caf1e..ae3f8f99a351 100644 --- a/pkgs/by-name/ca/cargo-deb/package.nix +++ b/pkgs/by-name/ca/cargo-deb/package.nix @@ -53,7 +53,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kornelski/cargo-deb"; license = licenses.mit; maintainers = with maintainers; [ - Br1ght0ne matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-edit/package.nix b/pkgs/by-name/ca/cargo-edit/package.nix index 523d18ea52f0..facc5772dae0 100644 --- a/pkgs/by-name/ca/cargo-edit/package.nix +++ b/pkgs/by-name/ca/cargo-edit/package.nix @@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - Br1ght0ne gerschtli jb55 killercup diff --git a/pkgs/by-name/ca/cargo-update/package.nix b/pkgs/by-name/ca/cargo-update/package.nix index 624f19bfb122..bede52d76dd5 100644 --- a/pkgs/by-name/ca/cargo-update/package.nix +++ b/pkgs/by-name/ca/cargo-update/package.nix @@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ gerschtli - Br1ght0ne johntitor matthiasbeyer ]; diff --git a/pkgs/by-name/do/docker-slim/package.nix b/pkgs/by-name/do/docker-slim/package.nix index e2102287523d..533f452d2530 100644 --- a/pkgs/by-name/do/docker-slim/package.nix +++ b/pkgs/by-name/do/docker-slim/package.nix @@ -50,7 +50,6 @@ buildGoModule rec { changelog = "https://github.com/slimtoolkit/slim/raw/${version}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - Br1ght0ne mbrgm ]; }; diff --git a/pkgs/by-name/dr/drill/package.nix b/pkgs/by-name/dr/drill/package.nix index de18c599c6fa..1d34b5cdee28 100644 --- a/pkgs/by-name/dr/drill/package.nix +++ b/pkgs/by-name/dr/drill/package.nix @@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec { description = "HTTP load testing application inspired by Ansible syntax"; homepage = "https://github.com/fcsonline/drill"; license = licenses.gpl3Only; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "drill"; }; } diff --git a/pkgs/by-name/em/emplace/package.nix b/pkgs/by-name/em/emplace/package.nix index 379743967b74..beb6be6f5e97 100644 --- a/pkgs/by-name/em/emplace/package.nix +++ b/pkgs/by-name/em/emplace/package.nix @@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec { description = "Mirror installed software on multiple machines"; homepage = "https://github.com/tversteeg/emplace"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ Br1ght0ne ]; mainProgram = "emplace"; }; } diff --git a/pkgs/by-name/ep/epr/package.nix b/pkgs/by-name/ep/epr/package.nix index 520237e7e018..1a457a0b3710 100644 --- a/pkgs/by-name/ep/epr/package.nix +++ b/pkgs/by-name/ep/epr/package.nix @@ -25,7 +25,6 @@ python3Packages.buildPythonApplication rec { mainProgram = "epr"; homepage = "https://github.com/wustho/epr"; license = licenses.mit; - maintainers = [ maintainers.Br1ght0ne ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/fi/findomain/package.nix b/pkgs/by-name/fi/findomain/package.nix index 1c50809aad03..3da867a7df19 100644 --- a/pkgs/by-name/fi/findomain/package.nix +++ b/pkgs/by-name/fi/findomain/package.nix @@ -42,9 +42,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Findomain/Findomain"; changelog = "https://github.com/Findomain/Findomain/releases/tag/${version}"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ - Br1ght0ne - ]; + maintainers = [ ]; mainProgram = "findomain"; }; } diff --git a/pkgs/by-name/fr/frp/package.nix b/pkgs/by-name/fr/frp/package.nix index 74f9021d1c26..82ee82d47d6b 100644 --- a/pkgs/by-name/fr/frp/package.nix +++ b/pkgs/by-name/fr/frp/package.nix @@ -39,6 +39,5 @@ buildGoModule (finalAttrs: { ''; homepage = "https://github.com/fatedier/frp"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ Br1ght0ne ]; }; }) diff --git a/pkgs/by-name/fs/fselect/package.nix b/pkgs/by-name/fs/fselect/package.nix index a950a00c56c7..6eaff3761e30 100644 --- a/pkgs/by-name/fs/fselect/package.nix +++ b/pkgs/by-name/fs/fselect/package.nix @@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - Br1ght0ne matthiasbeyer ]; mainProgram = "fselect"; diff --git a/pkgs/by-name/fu/fusuma/package.nix b/pkgs/by-name/fu/fusuma/package.nix index 727931ef2a1c..c6fa7961e736 100644 --- a/pkgs/by-name/fu/fusuma/package.nix +++ b/pkgs/by-name/fu/fusuma/package.nix @@ -32,7 +32,6 @@ bundlerApp rec { license = licenses.mit; maintainers = with maintainers; [ nicknovitski - Br1ght0ne ]; platforms = platforms.linux; }; diff --git a/pkgs/by-name/fz/fzf/package.nix b/pkgs/by-name/fz/fzf/package.nix index 7a7911d600ae..ad81782efa2e 100644 --- a/pkgs/by-name/fz/fzf/package.nix +++ b/pkgs/by-name/fz/fzf/package.nix @@ -85,7 +85,6 @@ buildGoModule rec { homepage = "https://github.com/junegunn/fzf"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne ma27 zowoq ]; diff --git a/pkgs/by-name/gi/gitui/package.nix b/pkgs/by-name/gi/gitui/package.nix index 8abe536cbb67..63b193d3c3f1 100644 --- a/pkgs/by-name/gi/gitui/package.nix +++ b/pkgs/by-name/gi/gitui/package.nix @@ -79,7 +79,6 @@ rustPlatform.buildRustPackage { license = lib.licenses.mit; mainProgram = "gitui"; maintainers = with lib.maintainers; [ - Br1ght0ne yanganto mfrw ]; diff --git a/pkgs/by-name/gl/glow/package.nix b/pkgs/by-name/gl/glow/package.nix index f18173ed1769..238f2b8c1c11 100644 --- a/pkgs/by-name/gl/glow/package.nix +++ b/pkgs/by-name/gl/glow/package.nix @@ -41,7 +41,6 @@ buildGoModule rec { homepage = "https://github.com/charmbracelet/glow"; changelog = "https://github.com/charmbracelet/glow/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ Br1ght0ne ]; mainProgram = "glow"; }; } diff --git a/pkgs/by-name/he/hey/package.nix b/pkgs/by-name/he/hey/package.nix index 18cf86788dd1..64b12a0576e2 100644 --- a/pkgs/by-name/he/hey/package.nix +++ b/pkgs/by-name/he/hey/package.nix @@ -21,7 +21,6 @@ buildGoModule rec { description = "HTTP load generator, ApacheBench (ab) replacement"; homepage = "https://github.com/rakyll/hey"; license = licenses.asl20; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "hey"; }; } diff --git a/pkgs/by-name/hu/hugo/package.nix b/pkgs/by-name/hu/hugo/package.nix index 751af66bee41..a9bbe0138ef8 100644 --- a/pkgs/by-name/hu/hugo/package.nix +++ b/pkgs/by-name/hu/hugo/package.nix @@ -81,7 +81,6 @@ buildGoModule (finalAttrs: { license = lib.licenses.asl20; mainProgram = "hugo"; maintainers = with lib.maintainers; [ - Br1ght0ne Frostman savtrip ]; diff --git a/pkgs/by-name/hy/hydroxide/package.nix b/pkgs/by-name/hy/hydroxide/package.nix index 226198d7de63..8719e19d5cbb 100644 --- a/pkgs/by-name/hy/hydroxide/package.nix +++ b/pkgs/by-name/hy/hydroxide/package.nix @@ -25,7 +25,6 @@ buildGoModule rec { description = "Third-party, open-source ProtonMail bridge"; homepage = "https://github.com/emersion/hydroxide"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "hydroxide"; }; } diff --git a/pkgs/by-name/in/intermodal/package.nix b/pkgs/by-name/in/intermodal/package.nix index 70dd7b8e3dfe..269be12147f6 100644 --- a/pkgs/by-name/in/intermodal/package.nix +++ b/pkgs/by-name/in/intermodal/package.nix @@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/casey/intermodal/releases/tag/v${version}"; license = lib.licenses.cc0; maintainers = with lib.maintainers; [ - Br1ght0ne xrelkd ]; mainProgram = "imdl"; diff --git a/pkgs/by-name/ko/kondo/package.nix b/pkgs/by-name/ko/kondo/package.nix index 842c671f5248..ac2eacf16ce3 100644 --- a/pkgs/by-name/ko/kondo/package.nix +++ b/pkgs/by-name/ko/kondo/package.nix @@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec { description = "Save disk space by cleaning unneeded files from software projects"; homepage = "https://github.com/tbillington/kondo"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "kondo"; }; } diff --git a/pkgs/by-name/la/lazydocker/package.nix b/pkgs/by-name/la/lazydocker/package.nix index 54fb96c135e3..84972f30960c 100644 --- a/pkgs/by-name/la/lazydocker/package.nix +++ b/pkgs/by-name/la/lazydocker/package.nix @@ -44,7 +44,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ das-g - Br1ght0ne ]; mainProgram = "lazydocker"; }; diff --git a/pkgs/by-name/la/lazygit/package.nix b/pkgs/by-name/la/lazygit/package.nix index 1423fc6ed02a..1e24d3dc7c0d 100644 --- a/pkgs/by-name/la/lazygit/package.nix +++ b/pkgs/by-name/la/lazygit/package.nix @@ -42,7 +42,6 @@ buildGoModule rec { changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne equirosa khaneliman starsep diff --git a/pkgs/by-name/le/lemmeknow/package.nix b/pkgs/by-name/le/lemmeknow/package.nix index 79ab202b0b95..178ddb6c29cf 100644 --- a/pkgs/by-name/le/lemmeknow/package.nix +++ b/pkgs/by-name/le/lemmeknow/package.nix @@ -20,9 +20,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/swanandx/lemmeknow"; changelog = "https://github.com/swanandx/lemmeknow/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ - Br1ght0ne - ]; + maintainers = [ ]; mainProgram = "lemmeknow"; }; } diff --git a/pkgs/by-name/li/lite/package.nix b/pkgs/by-name/li/lite/package.nix index 21191c70baec..a32d3bdd3d24 100644 --- a/pkgs/by-name/li/lite/package.nix +++ b/pkgs/by-name/li/lite/package.nix @@ -62,7 +62,6 @@ stdenv.mkDerivation rec { description = "Lightweight text editor written in Lua"; homepage = "https://github.com/rxi/lite"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; platforms = platforms.unix; mainProgram = "lite"; }; diff --git a/pkgs/by-name/me/metal-cli/package.nix b/pkgs/by-name/me/metal-cli/package.nix index a8080e0219ca..b8589c546eb4 100644 --- a/pkgs/by-name/me/metal-cli/package.nix +++ b/pkgs/by-name/me/metal-cli/package.nix @@ -50,7 +50,6 @@ buildGoModule (finalAttrs: { changelog = "https://github.com/equinix/metal-cli/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne teutat3s ]; mainProgram = "metal"; diff --git a/pkgs/by-name/mo/monolith/package.nix b/pkgs/by-name/mo/monolith/package.nix index 628467cb92f6..899a7e77cf57 100644 --- a/pkgs/by-name/mo/monolith/package.nix +++ b/pkgs/by-name/mo/monolith/package.nix @@ -42,6 +42,5 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Y2Z/monolith"; license = licenses.cc0; platforms = lib.platforms.unix; - maintainers = with maintainers; [ Br1ght0ne ]; }; } diff --git a/pkgs/by-name/mu/mullvad-vpn/package.nix b/pkgs/by-name/mu/mullvad-vpn/package.nix index 473c02637252..eb911d0f767b 100644 --- a/pkgs/by-name/mu/mullvad-vpn/package.nix +++ b/pkgs/by-name/mu/mullvad-vpn/package.nix @@ -162,7 +162,6 @@ stdenv.mkDerivation { platforms = lib.platforms.unix; badPlatforms = [ lib.systems.inspect.patterns.isDarwin ]; maintainers = with lib.maintainers; [ - Br1ght0ne ymarkus ]; }; diff --git a/pkgs/by-name/mu/muonlang/package.nix b/pkgs/by-name/mu/muonlang/package.nix index 0141d6dcc764..51165756729e 100644 --- a/pkgs/by-name/mu/muonlang/package.nix +++ b/pkgs/by-name/mu/muonlang/package.nix @@ -33,7 +33,6 @@ stdenv.mkDerivation { description = "Modern low-level programming language"; homepage = "https://github.com/nickmqb/muon"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/ne/nebula/package.nix b/pkgs/by-name/ne/nebula/package.nix index 602a71348a75..e77681ae5da6 100644 --- a/pkgs/by-name/ne/nebula/package.nix +++ b/pkgs/by-name/ne/nebula/package.nix @@ -78,7 +78,6 @@ buildGoModule (finalAttrs: { changelog = "https://github.com/slackhq/nebula/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne numinit ]; }; diff --git a/pkgs/by-name/ne/neo-cowsay/package.nix b/pkgs/by-name/ne/neo-cowsay/package.nix index 8f3f556c877c..05af75036d41 100644 --- a/pkgs/by-name/ne/neo-cowsay/package.nix +++ b/pkgs/by-name/ne/neo-cowsay/package.nix @@ -33,7 +33,6 @@ buildGoModule rec { artistic1 # or gpl3 ]; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "cowsay"; }; } diff --git a/pkgs/by-name/nn/nnn/package.nix b/pkgs/by-name/nn/nnn/package.nix index 74e828d06e08..409978c3830d 100644 --- a/pkgs/by-name/nn/nnn/package.nix +++ b/pkgs/by-name/nn/nnn/package.nix @@ -99,7 +99,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/jarun/nnn/blob/v${finalAttrs.version}/CHANGELOG"; license = lib.licenses.bsd2; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ Br1ght0ne ]; mainProgram = "nnn"; }; }) diff --git a/pkgs/by-name/on/onefetch/package.nix b/pkgs/by-name/on/onefetch/package.nix index b661d83a551b..4a9bb6ffd4ff 100644 --- a/pkgs/by-name/on/onefetch/package.nix +++ b/pkgs/by-name/on/onefetch/package.nix @@ -70,7 +70,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/o2sh/onefetch/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne kloenk ]; mainProgram = "onefetch"; diff --git a/pkgs/by-name/oq/oq/package.nix b/pkgs/by-name/oq/oq/package.nix index a44e86fd5d28..b54098bb3428 100644 --- a/pkgs/by-name/oq/oq/package.nix +++ b/pkgs/by-name/oq/oq/package.nix @@ -42,7 +42,6 @@ crystal.buildCrystalPackage rec { mainProgram = "oq"; homepage = "https://blacksmoke16.github.io/oq/"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ov/overcommit/package.nix b/pkgs/by-name/ov/overcommit/package.nix index 8100ba20db42..3e9b9915bb16 100644 --- a/pkgs/by-name/ov/overcommit/package.nix +++ b/pkgs/by-name/ov/overcommit/package.nix @@ -34,7 +34,6 @@ bundlerApp { license = licenses.mit; mainProgram = "overcommit"; maintainers = with maintainers; [ - Br1ght0ne anthonyroussel ]; platforms = platforms.unix; diff --git a/pkgs/by-name/pg/pg_flame/package.nix b/pkgs/by-name/pg/pg_flame/package.nix index 7781dfc31ea2..b5f32f7d0b8a 100644 --- a/pkgs/by-name/pg/pg_flame/package.nix +++ b/pkgs/by-name/pg/pg_flame/package.nix @@ -21,7 +21,6 @@ buildGoModule rec { description = "Flamegraph generator for Postgres EXPLAIN ANALYZE output"; homepage = "https://github.com/mgartner/pg_flame"; license = licenses.asl20; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "pg_flame"; }; } diff --git a/pkgs/by-name/po/polybar/package.nix b/pkgs/by-name/po/polybar/package.nix index d6657073c5f8..baa382045aa8 100644 --- a/pkgs/by-name/po/polybar/package.nix +++ b/pkgs/by-name/po/polybar/package.nix @@ -116,7 +116,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.mit; maintainers = with maintainers; [ afldcr - Br1ght0ne moni ]; mainProgram = "polybar"; diff --git a/pkgs/by-name/pr/procs/package.nix b/pkgs/by-name/pr/procs/package.nix index 190feb5513c3..8a1d42700356 100644 --- a/pkgs/by-name/pr/procs/package.nix +++ b/pkgs/by-name/pr/procs/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - Br1ght0ne sciencentistguy ]; mainProgram = "procs"; diff --git a/pkgs/by-name/ri/rink/package.nix b/pkgs/by-name/ri/rink/package.nix index 7f6143f311c8..1a872ed47d2c 100644 --- a/pkgs/by-name/ri/rink/package.nix +++ b/pkgs/by-name/ri/rink/package.nix @@ -64,7 +64,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with maintainers; [ sb0 - Br1ght0ne ]; }; } diff --git a/pkgs/by-name/rq/rq/package.nix b/pkgs/by-name/rq/rq/package.nix index 47fa08a9fdb8..4d5c9323cfa6 100644 --- a/pkgs/by-name/rq/rq/package.nix +++ b/pkgs/by-name/rq/rq/package.nix @@ -47,6 +47,5 @@ rustPlatform.buildRustPackage (finalAttrs: { mainProgram = "rq"; homepage = "https://github.com/dflemstr/rq"; license = with lib.licenses; [ asl20 ]; - maintainers = with lib.maintainers; [ Br1ght0ne ]; }; }) diff --git a/pkgs/by-name/ru/run/package.nix b/pkgs/by-name/ru/run/package.nix index 759f97102aca..438826b60a05 100644 --- a/pkgs/by-name/ru/run/package.nix +++ b/pkgs/by-name/ru/run/package.nix @@ -25,7 +25,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ rawkode - Br1ght0ne ]; }; } diff --git a/pkgs/by-name/ru/ruplacer/package.nix b/pkgs/by-name/ru/ruplacer/package.nix index 6bfe29ef0827..796bd3a57cda 100644 --- a/pkgs/by-name/ru/ruplacer/package.nix +++ b/pkgs/by-name/ru/ruplacer/package.nix @@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec { mainProgram = "ruplacer"; homepage = "https://github.com/TankerHQ/ruplacer"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ Br1ght0ne ]; }; } diff --git a/pkgs/by-name/rx/rx/package.nix b/pkgs/by-name/rx/rx/package.nix index 23be134066d7..44ec141ac8c8 100644 --- a/pkgs/by-name/rx/rx/package.nix +++ b/pkgs/by-name/rx/rx/package.nix @@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec { license = licenses.gpl3; maintainers = with maintainers; [ minijackson - Br1ght0ne ]; platforms = [ "x86_64-linux" ]; }; diff --git a/pkgs/by-name/sc/scc/package.nix b/pkgs/by-name/sc/scc/package.nix index 2dedc510192b..2ff8e4b17d07 100644 --- a/pkgs/by-name/sc/scc/package.nix +++ b/pkgs/by-name/sc/scc/package.nix @@ -24,7 +24,6 @@ buildGoModule rec { description = "Very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go"; maintainers = with maintainers; [ sigma - Br1ght0ne ]; license = with licenses; [ mit diff --git a/pkgs/by-name/sd/sd/package.nix b/pkgs/by-name/sd/sd/package.nix index 0ce34e4b96bf..0285eb98ca95 100644 --- a/pkgs/by-name/sd/sd/package.nix +++ b/pkgs/by-name/sd/sd/package.nix @@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ amar1729 - Br1ght0ne ]; }; } diff --git a/pkgs/by-name/so/sozu/package.nix b/pkgs/by-name/so/sozu/package.nix index 5de6064251c7..df11de5af1e1 100644 --- a/pkgs/by-name/so/sozu/package.nix +++ b/pkgs/by-name/so/sozu/package.nix @@ -41,7 +41,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/sozu-proxy/sozu/releases/tag/${version}"; license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ - Br1ght0ne gaelreyrol ]; mainProgram = "sozu"; diff --git a/pkgs/by-name/sp/spotifyd/package.nix b/pkgs/by-name/sp/spotifyd/package.nix index 639c448b9a78..dc19c712d5bf 100644 --- a/pkgs/by-name/sp/spotifyd/package.nix +++ b/pkgs/by-name/sp/spotifyd/package.nix @@ -79,7 +79,6 @@ rustPlatform.buildRustPackage (finalAttrs: { license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ anderslundstedt - Br1ght0ne getchoo ]; platforms = lib.platforms.unix; diff --git a/pkgs/by-name/st/starship/package.nix b/pkgs/by-name/st/starship/package.nix index 73acab70a14d..e03ae09a867d 100644 --- a/pkgs/by-name/st/starship/package.nix +++ b/pkgs/by-name/st/starship/package.nix @@ -63,7 +63,6 @@ rustPlatform.buildRustPackage (finalAttrs: { license = lib.licenses.isc; maintainers = with lib.maintainers; [ danth - Br1ght0ne Frostman da157 sigmasquadron diff --git a/pkgs/by-name/su/subfinder/package.nix b/pkgs/by-name/su/subfinder/package.nix index dad6fc2dc603..f86702603d39 100644 --- a/pkgs/by-name/su/subfinder/package.nix +++ b/pkgs/by-name/su/subfinder/package.nix @@ -43,7 +43,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ fpletz - Br1ght0ne Misaka13514 ]; mainProgram = "subfinder"; diff --git a/pkgs/by-name/te/termius/package.nix b/pkgs/by-name/te/termius/package.nix index a53e2d224ef2..5ab08c77ef11 100644 --- a/pkgs/by-name/te/termius/package.nix +++ b/pkgs/by-name/te/termius/package.nix @@ -116,7 +116,6 @@ stdenv.mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ - Br1ght0ne th0rgal Rishik-Y ]; diff --git a/pkgs/by-name/th/thicket/package.nix b/pkgs/by-name/th/thicket/package.nix index bef6bc28c2b5..85f5be3617fa 100644 --- a/pkgs/by-name/th/thicket/package.nix +++ b/pkgs/by-name/th/thicket/package.nix @@ -26,7 +26,6 @@ crystal.buildCrystalPackage rec { description = "Better one-line git log"; homepage = "https://github.com/taylorthurlow/thicket"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "thicket"; }; } diff --git a/pkgs/by-name/ti/tiny/package.nix b/pkgs/by-name/ti/tiny/package.nix index 7afa3629b866..b799d6c24924 100644 --- a/pkgs/by-name/ti/tiny/package.nix +++ b/pkgs/by-name/ti/tiny/package.nix @@ -35,9 +35,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/osa1/tiny"; changelog = "https://github.com/osa1/tiny/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ - Br1ght0ne - ]; + maintainers = [ ]; mainProgram = "tiny"; }; } diff --git a/pkgs/by-name/tm/tmatrix/package.nix b/pkgs/by-name/tm/tmatrix/package.nix index 478f7222fbae..785ee27433ad 100644 --- a/pkgs/by-name/tm/tmatrix/package.nix +++ b/pkgs/by-name/tm/tmatrix/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/M4444/TMatrix"; license = licenses.gpl2; platforms = platforms.all; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "tmatrix"; }; } diff --git a/pkgs/by-name/tu/tuir/package.nix b/pkgs/by-name/tu/tuir/package.nix index 3ff5f3874e50..57cfa5874d72 100644 --- a/pkgs/by-name/tu/tuir/package.nix +++ b/pkgs/by-name/tu/tuir/package.nix @@ -55,7 +55,6 @@ buildPythonApplication rec { homepage = "https://gitlab.com/Chocimier/tuir"; license = licenses.mit; maintainers = with maintainers; [ - Br1ght0ne matthiasbeyer brokenpip3 ]; diff --git a/pkgs/by-name/tu/tunnelto/package.nix b/pkgs/by-name/tu/tunnelto/package.nix index 17c39ca3ac3d..0ba494736559 100644 --- a/pkgs/by-name/tu/tunnelto/package.nix +++ b/pkgs/by-name/tu/tunnelto/package.nix @@ -27,6 +27,5 @@ rustPlatform.buildRustPackage { description = "Expose your local web server to the internet with a public URL"; homepage = "https://tunnelto.dev"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; }; } diff --git a/pkgs/by-name/ty/tydra/package.nix b/pkgs/by-name/ty/tydra/package.nix index 7622ba0d9384..9abd872e1c9e 100644 --- a/pkgs/by-name/ty/tydra/package.nix +++ b/pkgs/by-name/ty/tydra/package.nix @@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec { description = "Shortcut menu-based task runner, inspired by Emacs Hydra"; homepage = "https://github.com/Mange/tydra"; license = licenses.mit; - maintainers = with maintainers; [ Br1ght0ne ]; mainProgram = "tydra"; }; } diff --git a/pkgs/by-name/vu/vultr-cli/package.nix b/pkgs/by-name/vu/vultr-cli/package.nix index 3da9944e081f..204364e08894 100644 --- a/pkgs/by-name/vu/vultr-cli/package.nix +++ b/pkgs/by-name/vu/vultr-cli/package.nix @@ -38,7 +38,6 @@ buildGoModule rec { homepage = "https://github.com/vultr/vultr-cli"; changelog = "https://github.com/vultr/vultr-cli/blob/v${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ Br1ght0ne ]; mainProgram = "vultr-cli"; }; } diff --git a/pkgs/by-name/wa/wasmer/package.nix b/pkgs/by-name/wa/wasmer/package.nix index ddde5f11434d..0c7f6ba76d4b 100644 --- a/pkgs/by-name/wa/wasmer/package.nix +++ b/pkgs/by-name/wa/wasmer/package.nix @@ -68,7 +68,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; platforms = with lib.platforms; linux ++ darwin; maintainers = with lib.maintainers; [ - Br1ght0ne shamilton nickcao ]; diff --git a/pkgs/by-name/we/websocat/package.nix b/pkgs/by-name/we/websocat/package.nix index d980a053eb4a..8e9593f2c721 100644 --- a/pkgs/by-name/we/websocat/package.nix +++ b/pkgs/by-name/we/websocat/package.nix @@ -70,7 +70,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ thoughtpolice - Br1ght0ne ]; mainProgram = "websocat"; }; diff --git a/pkgs/by-name/wr/wrangler_1/package.nix b/pkgs/by-name/wr/wrangler_1/package.nix index af2f11ec94d2..dc27c236ef19 100644 --- a/pkgs/by-name/wr/wrangler_1/package.nix +++ b/pkgs/by-name/wr/wrangler_1/package.nix @@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ Br1ght0ne ]; }; } diff --git a/pkgs/development/libraries/hyphen/default.nix b/pkgs/development/libraries/hyphen/default.nix index 88fa4970da4c..d10016aef91c 100644 --- a/pkgs/development/libraries/hyphen/default.nix +++ b/pkgs/development/libraries/hyphen/default.nix @@ -50,6 +50,5 @@ stdenv.mkDerivation rec { lgpl21 mpl11 ]; - maintainers = with maintainers; [ Br1ght0ne ]; }; } diff --git a/pkgs/development/python-modules/ueberzug/default.nix b/pkgs/development/python-modules/ueberzug/default.nix index b3fc0543c67f..2cf48e3b9b13 100644 --- a/pkgs/development/python-modules/ueberzug/default.nix +++ b/pkgs/development/python-modules/ueberzug/default.nix @@ -56,7 +56,6 @@ buildPythonPackage rec { changelog = "https://github.com/ueber-devel/ueberzug/releases/tag/${version}"; license = lib.licenses.gpl3Only; mainProgram = "ueberzug"; - maintainers = with lib.maintainers; [ Br1ght0ne ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index d1b5547e59ab..9ac5cf6df732 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -100,7 +100,6 @@ rustPlatform.buildRustPackage { homepage = "https://www.nushell.sh/"; license = licenses.mit; maintainers = with maintainers; [ - Br1ght0ne johntitor joaquintrinanes ryan4yin diff --git a/pkgs/tools/security/keybase/default.nix b/pkgs/tools/security/keybase/default.nix index ab2ad78f66f9..6cbac8c1fa93 100644 --- a/pkgs/tools/security/keybase/default.nix +++ b/pkgs/tools/security/keybase/default.nix @@ -47,7 +47,6 @@ buildGoModule rec { avaq np rvolosatovs - Br1ght0ne shofius ryand56 ]; diff --git a/pkgs/tools/security/keybase/gui.nix b/pkgs/tools/security/keybase/gui.nix index 366dc2ac2aac..41093199dc83 100644 --- a/pkgs/tools/security/keybase/gui.nix +++ b/pkgs/tools/security/keybase/gui.nix @@ -142,7 +142,6 @@ stdenv.mkDerivation rec { rvolosatovs puffnfresh np - Br1ght0ne shofius ryand56 ]; From c0ec79be1d73c97dfdb980ad36a82951292e3ee6 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:11:23 +0100 Subject: [PATCH 03/12] maintainers: drop edwtjo Reacted to 1 out of 384 maintainer pings in the least 180 days. --- ci/OWNERS | 2 +- maintainers/github-teams.json | 1 - maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 3 --- pkgs/applications/editors/jetbrains/bin/ides.json | 8 ++++---- pkgs/applications/misc/sweethome3d/default.nix | 1 - pkgs/applications/misc/sweethome3d/editors.nix | 1 - pkgs/applications/office/cb2bib/default.nix | 1 - .../science/machine-learning/shogun/default.nix | 1 - pkgs/by-name/ab/abook/package.nix | 1 - pkgs/by-name/ac/acd-cli/package.nix | 1 - pkgs/by-name/bu/bully/package.nix | 1 - pkgs/by-name/ca/catch2/package.nix | 4 +--- pkgs/by-name/co/colpack/package.nix | 1 - pkgs/by-name/dc/dcadec/package.nix | 1 - pkgs/by-name/ez/ezquake/package.nix | 1 - pkgs/by-name/gr/greg/package.nix | 1 - pkgs/by-name/ht/html-tidy/package.nix | 1 - pkgs/by-name/i2/i2pd/package.nix | 1 - pkgs/by-name/la/languagetool/package.nix | 1 - pkgs/by-name/li/libcrossguid/package.nix | 1 - pkgs/by-name/li/lightdm-tiny-greeter/package.nix | 1 - pkgs/by-name/md/mdevctl/package.nix | 1 - pkgs/by-name/ml/mlmmj/package.nix | 1 - pkgs/by-name/ny/nylon/package.nix | 1 - pkgs/by-name/pr/properties-cpp/package.nix | 1 - pkgs/by-name/qp/qperf/package.nix | 1 - pkgs/by-name/ra/radarr/package.nix | 1 - pkgs/by-name/sr/srm/package.nix | 1 - pkgs/by-name/st/storcli2/package.nix | 1 - pkgs/by-name/st/storm/package.nix | 1 - pkgs/by-name/ts/tsocks/package.nix | 1 - pkgs/by-name/x1/x11basic/package.nix | 1 - pkgs/development/compilers/jetbrains-jdk/17.nix | 3 +-- pkgs/development/compilers/jetbrains-jdk/default.nix | 1 - pkgs/development/compilers/openjdk/generic.nix | 1 - pkgs/development/python-modules/cvxopt/default.nix | 1 - pkgs/development/python-modules/sharedmem/default.nix | 1 - pkgs/os-specific/linux/nvidia-x11/fabricmanager.nix | 1 - pkgs/os-specific/linux/nvidia-x11/generic.nix | 1 - pkgs/servers/jackett/default.nix | 1 - 41 files changed, 7 insertions(+), 54 deletions(-) diff --git a/ci/OWNERS b/ci/OWNERS index 10d5c5091bf6..e7b4fd3c2de4 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -262,7 +262,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt /pkgs/top-level/java-packages.nix @NixOS/java # Jetbrains -/pkgs/applications/editors/jetbrains @edwtjo @leona-ya @theCapypara +/pkgs/applications/editors/jetbrains @leona-ya @theCapypara # Licenses /lib/licenses.nix @alyssais @emilazy @jopejoe1 diff --git a/maintainers/github-teams.json b/maintainers/github-teams.json index 500bd05ab5f6..3a8e7b351a6b 100644 --- a/maintainers/github-teams.json +++ b/maintainers/github-teams.json @@ -499,7 +499,6 @@ }, "members": { "cpages": 411324, - "edwtjo": 54799, "minijackson": 1200507, "peterhoeg": 722550, "sephalon": 893474 diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 82689502e79f..73321eafdca2 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7447,12 +7447,6 @@ githubId = 494483; name = "Michael Francis"; }; - edwtjo = { - email = "ed@cflags.cc"; - github = "edwtjo"; - githubId = 54799; - name = "Edward Tjörnhammar"; - }; eeedean = { github = "eeedean"; githubId = 8173116; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 167dcff8943d..49d7f8098484 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -494,7 +494,6 @@ with lib.maintainers; jetbrains = { members = [ - edwtjo leona theCapypara thiagokokada @@ -534,7 +533,6 @@ with lib.maintainers; aanderse cpages dschrempf - edwtjo kazenyuk minijackson peterhoeg @@ -550,7 +548,6 @@ with lib.maintainers; libretro = { members = [ aanderse - edwtjo hrdinka thiagokokada ]; diff --git a/pkgs/applications/editors/jetbrains/bin/ides.json b/pkgs/applications/editors/jetbrains/bin/ides.json index 86d9670b3a7f..a4ec3d82583f 100644 --- a/pkgs/applications/editors/jetbrains/bin/ides.json +++ b/pkgs/applications/editors/jetbrains/bin/ides.json @@ -16,7 +16,7 @@ "meta": { "isOpenSource": false, "description": "C/C++ IDE from JetBrains", - "maintainers": [ "edwtjo", "mic92", "tymscar" ], + "maintainers": [ "mic92", "tymscar" ], "longDescription": "Enhancing productivity for every C and C++ developer on Linux, macOS and Windows.", "homepage": "https://www.jetbrains.com/clion/" } @@ -73,7 +73,7 @@ "meta": { "isOpenSource": true, "description": "Free Java, Kotlin, Groovy and Scala IDE from jetbrains", - "maintainers": [ "edwtjo", "gytis-ivaskevicius", "tymscar" ], + "maintainers": [ "gytis-ivaskevicius", "tymscar" ], "longDescription": "IDE for Java SE, Groovy & Scala development Powerful environment for building Google Android apps Integration with JUnit, TestNG, popular SCMs, Ant & Maven. Also known as IntelliJ.", "homepage": "https://www.jetbrains.com/idea/" } @@ -85,7 +85,7 @@ "meta": { "isOpenSource": false, "description": "Paid-for Java, Kotlin, Groovy and Scala IDE from jetbrains", - "maintainers": [ "edwtjo", "gytis-ivaskevicius", "tymscar" ], + "maintainers": [ "gytis-ivaskevicius", "tymscar" ], "longDescription": "IDE for Java SE, Groovy & Scala development Powerful environment for building Google Android apps Integration with JUnit, TestNG, popular SCMs, Ant & Maven. Also known as IntelliJ.", "homepage": "https://www.jetbrains.com/idea/" } @@ -153,7 +153,7 @@ "meta": { "isOpenSource": false, "description": "Ruby IDE from JetBrains", - "maintainers": [ "edwtjo", "tymscar"], + "maintainers": [ "tymscar"], "longDescription": "Ruby IDE from JetBrains", "homepage": "https://www.jetbrains.com/ruby/" } diff --git a/pkgs/applications/misc/sweethome3d/default.nix b/pkgs/applications/misc/sweethome3d/default.nix index 17291bdc2cce..944b4030cf7f 100644 --- a/pkgs/applications/misc/sweethome3d/default.nix +++ b/pkgs/applications/misc/sweethome3d/default.nix @@ -24,7 +24,6 @@ let description = "Design and visualize your future home"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ - edwtjo DimitarNestorov ]; platforms = [ diff --git a/pkgs/applications/misc/sweethome3d/editors.nix b/pkgs/applications/misc/sweethome3d/editors.nix index 8a9959832da7..1e3322511bbf 100644 --- a/pkgs/applications/misc/sweethome3d/editors.nix +++ b/pkgs/applications/misc/sweethome3d/editors.nix @@ -93,7 +93,6 @@ let homepage = "http://www.sweethome3d.com/index.jsp"; inherit description; inherit license; - maintainers = [ lib.maintainers.edwtjo ]; platforms = lib.platforms.linux; mainProgram = exec; }; diff --git a/pkgs/applications/office/cb2bib/default.nix b/pkgs/applications/office/cb2bib/default.nix index 96e2ae202815..d177d6efffc7 100644 --- a/pkgs/applications/office/cb2bib/default.nix +++ b/pkgs/applications/office/cb2bib/default.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files"; homepage = "http://www.molspaces.com/d_cb2bib-overview.php"; - maintainers = with maintainers; [ edwtjo ]; license = licenses.gpl3; }; diff --git a/pkgs/applications/science/machine-learning/shogun/default.nix b/pkgs/applications/science/machine-learning/shogun/default.nix index b96228fe468e..00230a9f89c3 100644 --- a/pkgs/applications/science/machine-learning/shogun/default.nix +++ b/pkgs/applications/science/machine-learning/shogun/default.nix @@ -264,7 +264,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://shogun-toolbox.org/"; license = if withSvmLight then licenses.unfree else licenses.gpl3Plus; maintainers = with maintainers; [ - edwtjo smancill ]; }; diff --git a/pkgs/by-name/ab/abook/package.nix b/pkgs/by-name/ab/abook/package.nix index f0cf91fb19e7..9f91e82a44d8 100644 --- a/pkgs/by-name/ab/abook/package.nix +++ b/pkgs/by-name/ab/abook/package.nix @@ -47,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://abook.sourceforge.net/"; description = "Text-based addressbook program designed to use with mutt mail client"; license = lib.licenses.gpl3Only; - maintainers = [ lib.maintainers.edwtjo ]; platforms = lib.platforms.unix; mainProgram = "abook"; }; diff --git a/pkgs/by-name/ac/acd-cli/package.nix b/pkgs/by-name/ac/acd-cli/package.nix index 54f2e51368ad..89c51bcd1731 100644 --- a/pkgs/by-name/ac/acd-cli/package.nix +++ b/pkgs/by-name/ac/acd-cli/package.nix @@ -46,6 +46,5 @@ python3Packages.buildPythonApplication rec { description = "Command line interface and FUSE filesystem for Amazon Cloud Drive"; homepage = "https://github.com/yadayada/acd_cli"; license = lib.licenses.gpl2; - maintainers = with lib.maintainers; [ edwtjo ]; }; } diff --git a/pkgs/by-name/bu/bully/package.nix b/pkgs/by-name/bu/bully/package.nix index a49c7559b328..0e9e50de1c7b 100644 --- a/pkgs/by-name/bu/bully/package.nix +++ b/pkgs/by-name/bu/bully/package.nix @@ -31,7 +31,6 @@ stdenv.mkDerivation rec { description = "Retrieve WPA/WPA2 passphrase from a WPS enabled access point"; homepage = "https://github.com/kimocoder/bully"; license = licenses.gpl3; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; mainProgram = "bully"; }; diff --git a/pkgs/by-name/ca/catch2/package.nix b/pkgs/by-name/ca/catch2/package.nix index 087ad0923f26..0551ba9828ef 100644 --- a/pkgs/by-name/ca/catch2/package.nix +++ b/pkgs/by-name/ca/catch2/package.nix @@ -24,9 +24,7 @@ stdenv.mkDerivation rec { description = "Multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C)"; homepage = "http://catch-lib.net"; license = licenses.boost; - maintainers = with maintainers; [ - edwtjo - ]; + maintainers = [ ]; platforms = with platforms; unix ++ windows; }; } diff --git a/pkgs/by-name/co/colpack/package.nix b/pkgs/by-name/co/colpack/package.nix index 56bb94293a0e..9aedffcd3368 100644 --- a/pkgs/by-name/co/colpack/package.nix +++ b/pkgs/by-name/co/colpack/package.nix @@ -43,6 +43,5 @@ stdenv.mkDerivation rec { homepage = "https://cscapes.cs.purdue.edu/coloringpage/software.htm#functionalities"; license = licenses.lgpl3Plus; platforms = platforms.unix; - maintainers = with maintainers; [ edwtjo ]; }; } diff --git a/pkgs/by-name/dc/dcadec/package.nix b/pkgs/by-name/dc/dcadec/package.nix index 7468427b3745..4d7dfe578f20 100644 --- a/pkgs/by-name/dc/dcadec/package.nix +++ b/pkgs/by-name/dc/dcadec/package.nix @@ -22,7 +22,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "DTS Coherent Acoustics decoder with support for HD extensions"; mainProgram = "dcadec"; - maintainers = with maintainers; [ edwtjo ]; homepage = "https://github.com/foo86/dcadec"; license = licenses.lgpl21; platforms = platforms.linux; diff --git a/pkgs/by-name/ez/ezquake/package.nix b/pkgs/by-name/ez/ezquake/package.nix index 2f30630226b5..d99fbdce7473 100644 --- a/pkgs/by-name/ez/ezquake/package.nix +++ b/pkgs/by-name/ez/ezquake/package.nix @@ -68,6 +68,5 @@ stdenv.mkDerivation rec { mainProgram = "ezquake"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ edwtjo ]; }; } diff --git a/pkgs/by-name/gr/greg/package.nix b/pkgs/by-name/gr/greg/package.nix index da9eca5d24ff..d0833a2b5f7e 100644 --- a/pkgs/by-name/gr/greg/package.nix +++ b/pkgs/by-name/gr/greg/package.nix @@ -28,6 +28,5 @@ python3Packages.buildPythonApplication rec { description = "Command-line podcast aggregator"; mainProgram = "greg"; license = lib.licenses.gpl3; - maintainers = with lib.maintainers; [ edwtjo ]; }; } diff --git a/pkgs/by-name/ht/html-tidy/package.nix b/pkgs/by-name/ht/html-tidy/package.nix index fa5c7f20a965..7c158685a512 100644 --- a/pkgs/by-name/ht/html-tidy/package.nix +++ b/pkgs/by-name/ht/html-tidy/package.nix @@ -54,7 +54,6 @@ stdenv.mkDerivation rec { license = licenses.libpng; # very close to it - the 3 clauses are identical homepage = "http://html-tidy.org"; platforms = platforms.all; - maintainers = with maintainers; [ edwtjo ]; mainProgram = "tidy"; }; } diff --git a/pkgs/by-name/i2/i2pd/package.nix b/pkgs/by-name/i2/i2pd/package.nix index 83b9fa9aa0cb..a04b37442a18 100644 --- a/pkgs/by-name/i2/i2pd/package.nix +++ b/pkgs/by-name/i2/i2pd/package.nix @@ -53,7 +53,6 @@ stdenv.mkDerivation rec { homepage = "https://i2pd.website"; description = "Minimal I2P router written in C++"; license = licenses.bsd3; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.unix; mainProgram = "i2pd"; }; diff --git a/pkgs/by-name/la/languagetool/package.nix b/pkgs/by-name/la/languagetool/package.nix index 1efeed22615a..a9f97b25d964 100644 --- a/pkgs/by-name/la/languagetool/package.nix +++ b/pkgs/by-name/la/languagetool/package.nix @@ -41,7 +41,6 @@ stdenv.mkDerivation rec { homepage = "https://languagetool.org"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.lgpl21Plus; - maintainers = with maintainers; [ edwtjo ]; platforms = jre.meta.platforms; description = "Proofreading program for English, French German, Polish, and more"; }; diff --git a/pkgs/by-name/li/libcrossguid/package.nix b/pkgs/by-name/li/libcrossguid/package.nix index ac743a2452a7..bc9b0706738a 100644 --- a/pkgs/by-name/li/libcrossguid/package.nix +++ b/pkgs/by-name/li/libcrossguid/package.nix @@ -32,7 +32,6 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Lightweight cross platform C++ GUID/UUID library"; license = licenses.mit; - maintainers = with maintainers; [ edwtjo ]; homepage = "https://github.com/graeme-hill/crossguid"; platforms = with platforms; linux; }; diff --git a/pkgs/by-name/li/lightdm-tiny-greeter/package.nix b/pkgs/by-name/li/lightdm-tiny-greeter/package.nix index 46a5ff29365c..eb0f46c6d39e 100644 --- a/pkgs/by-name/li/lightdm-tiny-greeter/package.nix +++ b/pkgs/by-name/li/lightdm-tiny-greeter/package.nix @@ -62,7 +62,6 @@ stdenv.mkDerivation rec { mainProgram = "lightdm-tiny-greeter"; homepage = "https://github.com/off-world/lightdm-tiny-greeter"; license = licenses.bsd3; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/md/mdevctl/package.nix b/pkgs/by-name/md/mdevctl/package.nix index f0966dcc0dbf..25c6f677de56 100644 --- a/pkgs/by-name/md/mdevctl/package.nix +++ b/pkgs/by-name/md/mdevctl/package.nix @@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/mdevctl/mdevctl"; description = "Mediated device management utility for linux"; license = licenses.lgpl21Only; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ml/mlmmj/package.nix b/pkgs/by-name/ml/mlmmj/package.nix index 2da4ac7ab240..26e5dd2f1071 100644 --- a/pkgs/by-name/ml/mlmmj/package.nix +++ b/pkgs/by-name/ml/mlmmj/package.nix @@ -41,7 +41,6 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "http://mlmmj.org"; description = "Mailing List Management Made Joyful"; - maintainers = [ maintainers.edwtjo ]; platforms = platforms.linux; license = licenses.mit; }; diff --git a/pkgs/by-name/ny/nylon/package.nix b/pkgs/by-name/ny/nylon/package.nix index 3627cb2fdfeb..4ad702ff4bf9 100644 --- a/pkgs/by-name/ny/nylon/package.nix +++ b/pkgs/by-name/ny/nylon/package.nix @@ -33,7 +33,6 @@ stdenv.mkDerivation rec { homepage = "http://monkey.org/~marius/nylon"; description = "Proxy server, supporting SOCKS 4 and 5, as well as a mirror mode"; license = licenses.bsdOriginal; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; mainProgram = "nylon"; }; diff --git a/pkgs/by-name/pr/properties-cpp/package.nix b/pkgs/by-name/pr/properties-cpp/package.nix index 46b608a71189..9bf4adab7d9b 100644 --- a/pkgs/by-name/pr/properties-cpp/package.nix +++ b/pkgs/by-name/pr/properties-cpp/package.nix @@ -51,7 +51,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lib-cpp/properties-cpp"; description = "Very simple convenience library for handling properties and signals in C++11"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.linux; pkgConfigModules = [ "properties-cpp" diff --git a/pkgs/by-name/qp/qperf/package.nix b/pkgs/by-name/qp/qperf/package.nix index 4ec27077d532..162b546d2589 100644 --- a/pkgs/by-name/qp/qperf/package.nix +++ b/pkgs/by-name/qp/qperf/package.nix @@ -53,6 +53,5 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linux-rdma/qperf"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = with maintainers; [ edwtjo ]; }; } diff --git a/pkgs/by-name/ra/radarr/package.nix b/pkgs/by-name/ra/radarr/package.nix index c0c3590450c7..90f60bb6d22c 100644 --- a/pkgs/by-name/ra/radarr/package.nix +++ b/pkgs/by-name/ra/radarr/package.nix @@ -194,7 +194,6 @@ buildDotnetModule { changelog = "https://github.com/Radarr/Radarr/releases/tag/v${version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ - edwtjo purcell nyanloutre ]; diff --git a/pkgs/by-name/sr/srm/package.nix b/pkgs/by-name/sr/srm/package.nix index ccecb22418e1..05738dc6b7bd 100644 --- a/pkgs/by-name/sr/srm/package.nix +++ b/pkgs/by-name/sr/srm/package.nix @@ -28,7 +28,6 @@ stdenv.mkDerivation { ''; homepage = "https://srm.sourceforge.net"; license = licenses.mit; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/st/storcli2/package.nix b/pkgs/by-name/st/storcli2/package.nix index c9d121743a28..5797ce75e42a 100644 --- a/pkgs/by-name/st/storcli2/package.nix +++ b/pkgs/by-name/st/storcli2/package.nix @@ -62,7 +62,6 @@ stdenvNoCC.mkDerivation ( description = "Storage Command Line Tool"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; - maintainers = with maintainers; [ edwtjo ]; mainProgram = "storcli2"; platforms = [ "x86_64-linux" diff --git a/pkgs/by-name/st/storm/package.nix b/pkgs/by-name/st/storm/package.nix index f617fa8c9afe..d8e04f914114 100644 --- a/pkgs/by-name/st/storm/package.nix +++ b/pkgs/by-name/st/storm/package.nix @@ -80,7 +80,6 @@ stdenv.mkDerivation (finalAttrs: { sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.asl20; maintainers = with maintainers; [ - edwtjo vizanto ]; platforms = with platforms; unix; diff --git a/pkgs/by-name/ts/tsocks/package.nix b/pkgs/by-name/ts/tsocks/package.nix index 03faca1336f4..4bd4c1f44ec5 100644 --- a/pkgs/by-name/ts/tsocks/package.nix +++ b/pkgs/by-name/ts/tsocks/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation rec { mainProgram = "tsocks"; homepage = "https://tsocks.sourceforge.net/"; license = lib.licenses.gpl2; - maintainers = with maintainers; [ edwtjo ]; platforms = platforms.unix; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/by-name/x1/x11basic/package.nix b/pkgs/by-name/x1/x11basic/package.nix index a0756b46a437..5a6f8536cff5 100644 --- a/pkgs/by-name/x1/x11basic/package.nix +++ b/pkgs/by-name/x1/x11basic/package.nix @@ -62,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://x11-basic.codeberg.page"; description = "Basic interpreter and compiler with graphics capabilities"; license = lib.licenses.gpl2Only; - maintainers = with lib.maintainers; [ edwtjo ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/development/compilers/jetbrains-jdk/17.nix b/pkgs/development/compilers/jetbrains-jdk/17.nix index fe215fcf79ad..9d1445e074e6 100644 --- a/pkgs/development/compilers/jetbrains-jdk/17.nix +++ b/pkgs/development/compilers/jetbrains-jdk/17.nix @@ -162,7 +162,7 @@ openjdk17.overrideAttrs (oldAttrs: rec { ] ++ oldAttrs.nativeBuildInputs; - meta = with lib; { + meta = { description = "OpenJDK fork which better supports Jetbrains's products"; longDescription = '' JetBrains Runtime is a runtime environment for running IntelliJ Platform @@ -176,7 +176,6 @@ openjdk17.overrideAttrs (oldAttrs: rec { ''; homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime"; inherit (openjdk17.meta) license platforms mainProgram; - maintainers = with maintainers; [ edwtjo ]; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/development/compilers/jetbrains-jdk/default.nix b/pkgs/development/compilers/jetbrains-jdk/default.nix index 67e11e7082cf..b5c58fb1384b 100644 --- a/pkgs/development/compilers/jetbrains-jdk/default.nix +++ b/pkgs/development/compilers/jetbrains-jdk/default.nix @@ -198,7 +198,6 @@ jdk.overrideAttrs (oldAttrs: rec { homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime"; inherit (jdk.meta) license platforms mainProgram; maintainers = with maintainers; [ - edwtjo aoli-al ]; diff --git a/pkgs/development/compilers/openjdk/generic.nix b/pkgs/development/compilers/openjdk/generic.nix index b783cd7fbf0d..8b180376f10c 100644 --- a/pkgs/development/compilers/openjdk/generic.nix +++ b/pkgs/development/compilers/openjdk/generic.nix @@ -606,7 +606,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://openjdk.java.net/"; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ - edwtjo infinidoge ]; teams = [ lib.teams.java ]; diff --git a/pkgs/development/python-modules/cvxopt/default.nix b/pkgs/development/python-modules/cvxopt/default.nix index a5a5f32c6584..59158e100072 100644 --- a/pkgs/development/python-modules/cvxopt/default.nix +++ b/pkgs/development/python-modules/cvxopt/default.nix @@ -83,7 +83,6 @@ buildPythonPackage rec { standard library and on the strengths of Python as a high-level programming language. ''; - maintainers = with maintainers; [ edwtjo ]; license = licenses.gpl3Plus; }; } diff --git a/pkgs/development/python-modules/sharedmem/default.nix b/pkgs/development/python-modules/sharedmem/default.nix index 0615feb911df..9793f67a4691 100644 --- a/pkgs/development/python-modules/sharedmem/default.nix +++ b/pkgs/development/python-modules/sharedmem/default.nix @@ -21,7 +21,6 @@ buildPythonPackage rec { meta = { homepage = "http://rainwoodman.github.io/sharedmem/"; description = "Easier parallel programming on shared memory computers"; - maintainers = with lib.maintainers; [ edwtjo ]; license = lib.licenses.gpl3; }; } diff --git a/pkgs/os-specific/linux/nvidia-x11/fabricmanager.nix b/pkgs/os-specific/linux/nvidia-x11/fabricmanager.nix index 4d4e61a5942f..2f55aca3a92c 100644 --- a/pkgs/os-specific/linux/nvidia-x11/fabricmanager.nix +++ b/pkgs/os-specific/linux/nvidia-x11/fabricmanager.nix @@ -59,6 +59,5 @@ stdenv.mkDerivation rec { license = lib.licenses.unfreeRedistributable; platforms = nvidia_x11.meta.platforms; mainProgram = "nv-fabricmanager"; - maintainers = with lib.maintainers; [ edwtjo ]; }; } diff --git a/pkgs/os-specific/linux/nvidia-x11/generic.nix b/pkgs/os-specific/linux/nvidia-x11/generic.nix index 6b5fa18531fe..15a0f84045ca 100644 --- a/pkgs/os-specific/linux/nvidia-x11/generic.nix +++ b/pkgs/os-specific/linux/nvidia-x11/generic.nix @@ -340,7 +340,6 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals (sha256_aarch64 != null) [ "aarch64-linux" ]; maintainers = with maintainers; [ kiskae - edwtjo ]; priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so" inherit broken; diff --git a/pkgs/servers/jackett/default.nix b/pkgs/servers/jackett/default.nix index 6c69af569fdb..ae38ad050f84 100644 --- a/pkgs/servers/jackett/default.nix +++ b/pkgs/servers/jackett/default.nix @@ -58,7 +58,6 @@ buildDotnetModule rec { changelog = "https://github.com/Jackett/Jackett/releases/tag/v${version}"; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ - edwtjo nyanloutre purcell ]; From 87ef698601fca2cfe46d463b53ba512efdefd5f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:12:08 +0100 Subject: [PATCH 04/12] various: remove ekleog as maintainer Reacted to 0 out of 38 maintainer pings in the least 180 days. Reducing maintainership to the packages most important to them. --- nixos/modules/security/dhparams.nix | 1 - nixos/modules/services/mail/dkimproxy-out.nix | 1 - nixos/modules/services/mail/rss2email.nix | 1 - nixos/modules/services/networking/redsocks.nix | 1 - pkgs/by-name/ca/cargo-fuzz/package.nix | 1 - pkgs/by-name/ca/cargo-nextest/package.nix | 1 - pkgs/by-name/dk/dkimproxy/package.nix | 1 - pkgs/by-name/gi/gir-rs/package.nix | 1 - pkgs/by-name/gl/global-platform-pro/package.nix | 1 - pkgs/by-name/kc/kcov/package.nix | 1 - pkgs/by-name/md/mdadm4/package.nix | 1 - pkgs/by-name/nh/nheko/package.nix | 1 - pkgs/by-name/op/opensmtpd/package.nix | 1 - pkgs/by-name/qm/qmk-udev-rules/package.nix | 1 - pkgs/by-name/qm/qmk/package.nix | 4 +--- pkgs/by-name/re/redsocks/package.nix | 1 - pkgs/by-name/rs/rss2email/package.nix | 1 - pkgs/by-name/wa/wabt/package.nix | 1 - pkgs/servers/mail/system-sendmail/default.nix | 1 - 19 files changed, 1 insertion(+), 21 deletions(-) diff --git a/nixos/modules/security/dhparams.nix b/nixos/modules/security/dhparams.nix index ed00c3ada42f..7ec3cab55c99 100644 --- a/nixos/modules/security/dhparams.nix +++ b/nixos/modules/security/dhparams.nix @@ -206,5 +206,4 @@ in ) cfg.params; }; - meta.maintainers = with lib.maintainers; [ ekleog ]; } diff --git a/nixos/modules/services/mail/dkimproxy-out.nix b/nixos/modules/services/mail/dkimproxy-out.nix index 2fefcd6b68a2..94af3aafdbb8 100644 --- a/nixos/modules/services/mail/dkimproxy-out.nix +++ b/nixos/modules/services/mail/dkimproxy-out.nix @@ -119,5 +119,4 @@ in }; }; - meta.maintainers = with lib.maintainers; [ ekleog ]; } diff --git a/nixos/modules/services/mail/rss2email.nix b/nixos/modules/services/mail/rss2email.nix index e67ca27dadfe..57f62bcfccfe 100644 --- a/nixos/modules/services/mail/rss2email.nix +++ b/nixos/modules/services/mail/rss2email.nix @@ -148,5 +148,4 @@ in }; }; - meta.maintainers = with lib.maintainers; [ ekleog ]; } diff --git a/nixos/modules/services/networking/redsocks.nix b/nixos/modules/services/networking/redsocks.nix index 852dcc8ff431..2b46fda95420 100644 --- a/nixos/modules/services/networking/redsocks.nix +++ b/nixos/modules/services/networking/redsocks.nix @@ -292,5 +292,4 @@ in ) cfg.redsocks; }; - meta.maintainers = with lib.maintainers; [ ekleog ]; } diff --git a/pkgs/by-name/ca/cargo-fuzz/package.nix b/pkgs/by-name/ca/cargo-fuzz/package.nix index 755648279144..367d2319b7c4 100644 --- a/pkgs/by-name/ca/cargo-fuzz/package.nix +++ b/pkgs/by-name/ca/cargo-fuzz/package.nix @@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - ekleog matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-nextest/package.nix b/pkgs/by-name/ca/cargo-nextest/package.nix index 32cba7c2542b..1708d4974b12 100644 --- a/pkgs/by-name/ca/cargo-nextest/package.nix +++ b/pkgs/by-name/ca/cargo-nextest/package.nix @@ -45,7 +45,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - ekleog matthiasbeyer ]; }; diff --git a/pkgs/by-name/dk/dkimproxy/package.nix b/pkgs/by-name/dk/dkimproxy/package.nix index 770e61e4f336..fd7f69a72304 100644 --- a/pkgs/by-name/dk/dkimproxy/package.nix +++ b/pkgs/by-name/dk/dkimproxy/package.nix @@ -38,7 +38,6 @@ stdenv.mkDerivation rec { description = "SMTP-proxy that signs and/or verifies emails"; homepage = "https://dkimproxy.sourceforge.net/"; license = licenses.gpl2Plus; - maintainers = [ maintainers.ekleog ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/gi/gir-rs/package.nix b/pkgs/by-name/gi/gir-rs/package.nix index d2f49f131d73..fd8ed62e6755 100644 --- a/pkgs/by-name/gi/gir-rs/package.nix +++ b/pkgs/by-name/gi/gir-rs/package.nix @@ -30,7 +30,6 @@ rustPlatform.buildRustPackage { description = "Tool to generate rust bindings and user API for glib-based libraries"; homepage = "https://github.com/gtk-rs/gir/"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ ekleog ]; mainProgram = "gir"; }; } diff --git a/pkgs/by-name/gl/global-platform-pro/package.nix b/pkgs/by-name/gl/global-platform-pro/package.nix index 02278f4ac9b2..f44bb13b4ca0 100644 --- a/pkgs/by-name/gl/global-platform-pro/package.nix +++ b/pkgs/by-name/gl/global-platform-pro/package.nix @@ -84,7 +84,6 @@ maven.buildMavenPackage rec { binaryBytecode # deps ]; license = with licenses; [ lgpl3 ]; - maintainers = with maintainers; [ ekleog ]; mainProgram = "gp"; }; } diff --git a/pkgs/by-name/kc/kcov/package.nix b/pkgs/by-name/kc/kcov/package.nix index cab93025030b..221bf6fed279 100644 --- a/pkgs/by-name/kc/kcov/package.nix +++ b/pkgs/by-name/kc/kcov/package.nix @@ -87,7 +87,6 @@ let maintainers = with maintainers; [ gal_bolle - ekleog ]; platforms = platforms.linux; }; diff --git a/pkgs/by-name/md/mdadm4/package.nix b/pkgs/by-name/md/mdadm4/package.nix index f2d69266ac17..b8b604216092 100644 --- a/pkgs/by-name/md/mdadm4/package.nix +++ b/pkgs/by-name/md/mdadm4/package.nix @@ -94,7 +94,6 @@ stdenv.mkDerivation rec { homepage = "https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git"; license = licenses.gpl2Plus; mainProgram = "mdadm"; - maintainers = with maintainers; [ ekleog ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/nh/nheko/package.nix b/pkgs/by-name/nh/nheko/package.nix index cd012dbd780b..8745ef3a950d 100644 --- a/pkgs/by-name/nh/nheko/package.nix +++ b/pkgs/by-name/nh/nheko/package.nix @@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl3Plus; mainProgram = "nheko"; maintainers = with maintainers; [ - ekleog fpletz rebmit rnhmjoj diff --git a/pkgs/by-name/op/opensmtpd/package.nix b/pkgs/by-name/op/opensmtpd/package.nix index 3304486a8919..f952a4b00361 100644 --- a/pkgs/by-name/op/opensmtpd/package.nix +++ b/pkgs/by-name/op/opensmtpd/package.nix @@ -81,7 +81,6 @@ stdenv.mkDerivation rec { platforms = platforms.linux; maintainers = with maintainers; [ obadz - ekleog vifino ]; }; diff --git a/pkgs/by-name/qm/qmk-udev-rules/package.nix b/pkgs/by-name/qm/qmk-udev-rules/package.nix index 5f4efb3b8593..95a9f117e287 100644 --- a/pkgs/by-name/qm/qmk-udev-rules/package.nix +++ b/pkgs/by-name/qm/qmk-udev-rules/package.nix @@ -40,6 +40,5 @@ stdenv.mkDerivation rec { description = "Official QMK udev rules list"; platforms = lib.platforms.linux; license = lib.licenses.gpl2Only; - maintainers = with lib.maintainers; [ ekleog ]; }; } diff --git a/pkgs/by-name/qm/qmk/package.nix b/pkgs/by-name/qm/qmk/package.nix index f327ef2d4931..bb55ca9ae9c2 100644 --- a/pkgs/by-name/qm/qmk/package.nix +++ b/pkgs/by-name/qm/qmk/package.nix @@ -77,9 +77,7 @@ python3.pkgs.buildPythonApplication rec { - ... and many more! ''; license = licenses.mit; - maintainers = with maintainers; [ - ekleog - ]; + maintainers = [ ]; mainProgram = "qmk"; }; } diff --git a/pkgs/by-name/re/redsocks/package.nix b/pkgs/by-name/re/redsocks/package.nix index cc63ba8bd3d4..fcd4ccc66b3d 100644 --- a/pkgs/by-name/re/redsocks/package.nix +++ b/pkgs/by-name/re/redsocks/package.nix @@ -28,7 +28,6 @@ stdenv.mkDerivation rec { description = "Transparent redirector of any TCP connection to proxy"; homepage = "https://darkk.net.ru/redsocks/"; license = lib.licenses.asl20; - maintainers = [ lib.maintainers.ekleog ]; platforms = lib.platforms.linux; mainProgram = "redsocks"; }; diff --git a/pkgs/by-name/rs/rss2email/package.nix b/pkgs/by-name/rs/rss2email/package.nix index 3ad52d6d5d7d..5e31a86deb2d 100644 --- a/pkgs/by-name/rs/rss2email/package.nix +++ b/pkgs/by-name/rs/rss2email/package.nix @@ -75,7 +75,6 @@ python3Packages.buildPythonApplication rec { description = "Tool that converts RSS/Atom newsfeeds to email"; homepage = "https://pypi.python.org/pypi/rss2email"; license = licenses.gpl2; - maintainers = with maintainers; [ ekleog ]; mainProgram = "r2e"; }; passthru.tests = { diff --git a/pkgs/by-name/wa/wabt/package.nix b/pkgs/by-name/wa/wabt/package.nix index 3474ffb569d4..83b1fb8beb8a 100644 --- a/pkgs/by-name/wa/wabt/package.nix +++ b/pkgs/by-name/wa/wabt/package.nix @@ -42,7 +42,6 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/WebAssembly/wabt"; license = licenses.asl20; - maintainers = with maintainers; [ ekleog ]; platforms = platforms.unix; }; } diff --git a/pkgs/servers/mail/system-sendmail/default.nix b/pkgs/servers/mail/system-sendmail/default.nix index 3bef265103eb..352f7d9d5efe 100644 --- a/pkgs/servers/mail/system-sendmail/default.nix +++ b/pkgs/servers/mail/system-sendmail/default.nix @@ -41,7 +41,6 @@ stdenv.mkDerivation { A sendmail wrapper that calls the system sendmail. Do not install as system-wide sendmail! ''; platforms = platforms.unix; - maintainers = with maintainers; [ ekleog ]; mainProgram = "sendmail"; }; } From 29358c241752973a64484a4db01995b90d08b44a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:13:44 +0100 Subject: [PATCH 05/12] maintainers: drop garbas Reacted to 0 out of 1 maintainer pings in the least 180 days. Commit bit was recently removed with his approval for inactivity. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/editors/vim/plugins/generated.nix | 2 -- pkgs/build-support/build-mozilla-mach/default.nix | 1 - pkgs/by-name/as/asciinema-scenario/package.nix | 2 -- 4 files changed, 11 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 73321eafdca2..36556f1fdefa 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9243,12 +9243,6 @@ githubId = 57430880; name = "Gustavo Araiza"; }; - garbas = { - email = "rok@garbas.si"; - github = "garbas"; - githubId = 20208; - name = "Rok Garbas"; - }; gardspirito = { name = "gardspirito"; email = "nyxoroso@gmail.com"; diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 773a3da6c9a8..b0226f413510 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -21040,12 +21040,10 @@ final: prev: { pname = "vim-snipmate"; version = "2025-05-14"; src = fetchFromGitHub { - owner = "garbas"; repo = "vim-snipmate"; rev = "1331cfe8cbf9b9d79f4b60c1afc211b77c181ad4"; sha256 = "0dmypsgn6lxq2irxcigxh79l923ph4qk4m2hg27mjd8m079x4j2r"; }; - meta.homepage = "https://github.com/garbas/vim-snipmate/"; meta.hydraPlatforms = [ ]; }; diff --git a/pkgs/build-support/build-mozilla-mach/default.nix b/pkgs/build-support/build-mozilla-mach/default.nix index 3f20759e952e..ca9569843fa3 100644 --- a/pkgs/build-support/build-mozilla-mach/default.nix +++ b/pkgs/build-support/build-mozilla-mach/default.nix @@ -180,7 +180,6 @@ in # > that I made in # > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006 # > - # > @garbas shared with me the list of patches applied for the Nix package. # > As they are just for portability and tiny modifications, they don't # > alter the experience of the product. In parallel, Rok also shared the # > build options. They seem good (even if I cannot judge the quality of the diff --git a/pkgs/by-name/as/asciinema-scenario/package.nix b/pkgs/by-name/as/asciinema-scenario/package.nix index 2d8d7e6137f3..3be08ab66a40 100644 --- a/pkgs/by-name/as/asciinema-scenario/package.nix +++ b/pkgs/by-name/as/asciinema-scenario/package.nix @@ -17,8 +17,6 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Create asciinema videos from a text file"; - homepage = "https://github.com/garbas/asciinema-scenario/"; - maintainers = with maintainers; [ garbas ]; license = with licenses; [ mit ]; mainProgram = "asciinema-scenario"; }; From 4a305983c766a0454a94626f15740f01be7ffa97 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:16:39 +0100 Subject: [PATCH 06/12] maintainers: drop hdrinka Reacted to 1 out of 266 maintainer pings in the least 180 days. --- maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 1 - nixos/modules/services/networking/nsd.nix | 2 -- pkgs/applications/graphics/hugin/default.nix | 1 - pkgs/applications/graphics/luminance-hdr/default.nix | 1 - pkgs/applications/networking/irc/communi/default.nix | 1 - pkgs/applications/networking/znc/modules.nix | 2 -- pkgs/by-name/at/attract-mode/package.nix | 1 - pkgs/by-name/ba/backblaze-b2/package.nix | 1 - pkgs/by-name/cd/cdi2iso/package.nix | 1 - pkgs/by-name/ep/ephemeralpg/package.nix | 1 - pkgs/by-name/ma/mapnik/package.nix | 1 - pkgs/by-name/os/osm-gps-map/package.nix | 1 - pkgs/by-name/pc/pcsx2/package.nix | 1 - pkgs/by-name/qt/qtpass/package.nix | 1 - pkgs/by-name/re/retrofe/package.nix | 1 - pkgs/by-name/wo/woff2/package.nix | 1 - pkgs/development/libraries/libcommuni/default.nix | 1 - .../python-modules/phx-class-registry/default.nix | 4 +--- pkgs/servers/dns/nsd/default.nix | 1 - 20 files changed, 1 insertion(+), 29 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 36556f1fdefa..f46ce30646e3 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -10641,12 +10641,6 @@ githubId = 137852; name = "Hraban Luyat"; }; - hrdinka = { - email = "c.nix@hrdinka.at"; - github = "hrdinka"; - githubId = 1436960; - name = "Christoph Hrdinka"; - }; hrhino = { email = "hora.rhino@gmail.com"; github = "hrhino"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 49d7f8098484..96b132615084 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -548,7 +548,6 @@ with lib.maintainers; libretro = { members = [ aanderse - hrdinka thiagokokada ]; scope = "Maintain Libretro, RetroArch and related packages."; diff --git a/nixos/modules/services/networking/nsd.nix b/nixos/modules/services/networking/nsd.nix index 46d9d084d7d7..6100f71563f4 100644 --- a/nixos/modules/services/networking/nsd.nix +++ b/nixos/modules/services/networking/nsd.nix @@ -1047,6 +1047,4 @@ in }; }; - - meta.maintainers = with lib.maintainers; [ hrdinka ]; } diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix index f5b4d5509a23..618fcc99d259 100644 --- a/pkgs/applications/graphics/hugin/default.nix +++ b/pkgs/applications/graphics/hugin/default.nix @@ -95,7 +95,6 @@ stdenv.mkDerivation rec { homepage = "https://hugin.sourceforge.io/"; description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ hrdinka ]; platforms = platforms.linux; }; } diff --git a/pkgs/applications/graphics/luminance-hdr/default.nix b/pkgs/applications/graphics/luminance-hdr/default.nix index 12fbce05b962..6744c10d171e 100644 --- a/pkgs/applications/graphics/luminance-hdr/default.nix +++ b/pkgs/applications/graphics/luminance-hdr/default.nix @@ -86,6 +86,5 @@ stdenv.mkDerivation rec { description = "Complete open source solution for HDR photography"; license = licenses.gpl2; platforms = platforms.linux; - maintainers = [ maintainers.hrdinka ]; }; } diff --git a/pkgs/applications/networking/irc/communi/default.nix b/pkgs/applications/networking/irc/communi/default.nix index 45e1ea74e4b0..a3b067be3f69 100644 --- a/pkgs/applications/networking/irc/communi/default.nix +++ b/pkgs/applications/networking/irc/communi/default.nix @@ -79,7 +79,6 @@ stdenv.mkDerivation { mainProgram = "communi"; homepage = "https://github.com/communi/communi-desktop"; license = licenses.bsd3; - maintainers = with maintainers; [ hrdinka ]; platforms = platforms.all; }; } diff --git a/pkgs/applications/networking/znc/modules.nix b/pkgs/applications/networking/znc/modules.nix index ebd32c7f8b0a..955594eeaf0d 100644 --- a/pkgs/applications/networking/znc/modules.nix +++ b/pkgs/applications/networking/znc/modules.nix @@ -95,7 +95,6 @@ in homepage = "https://github.com/CyberShadow/znc-clientbuffer"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - hrdinka szlend cybershadow ]; @@ -198,7 +197,6 @@ in description = "Advanced playback module for ZNC"; homepage = "https://github.com/jpnurmi/znc-playback"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ hrdinka ]; }; }; diff --git a/pkgs/by-name/at/attract-mode/package.nix b/pkgs/by-name/at/attract-mode/package.nix index 7e67e3fedee2..4a5cbbcd09f9 100644 --- a/pkgs/by-name/at/attract-mode/package.nix +++ b/pkgs/by-name/at/attract-mode/package.nix @@ -61,7 +61,6 @@ stdenv.mkDerivation { description = "Frontend for arcade cabinets and media PCs"; homepage = "http://attractmode.org"; license = lib.licenses.gpl3Plus; - maintainers = [ lib.maintainers.hrdinka ]; platforms = lib.platforms.unix; mainProgram = "attract"; }; diff --git a/pkgs/by-name/ba/backblaze-b2/package.nix b/pkgs/by-name/ba/backblaze-b2/package.nix index 2bf5dd4392c5..95f5f51dfcaf 100644 --- a/pkgs/by-name/ba/backblaze-b2/package.nix +++ b/pkgs/by-name/ba/backblaze-b2/package.nix @@ -105,7 +105,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/Backblaze/B2_Command_Line_Tool"; changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ hrdinka ]; mainProgram = "backblaze-b2"; }; } diff --git a/pkgs/by-name/cd/cdi2iso/package.nix b/pkgs/by-name/cd/cdi2iso/package.nix index 3cf014ad311d..bdeb23b2ba57 100644 --- a/pkgs/by-name/cd/cdi2iso/package.nix +++ b/pkgs/by-name/cd/cdi2iso/package.nix @@ -26,7 +26,6 @@ stdenv.mkDerivation rec { description = "Very simple utility for converting DiscJuggler images to the standard ISO-9660 format"; homepage = "https://sourceforge.net/projects/cdi2iso.berlios"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ hrdinka ]; platforms = platforms.all; mainProgram = "cdi2iso"; }; diff --git a/pkgs/by-name/ep/ephemeralpg/package.nix b/pkgs/by-name/ep/ephemeralpg/package.nix index 0bd24ea7e473..8b46e96cc273 100644 --- a/pkgs/by-name/ep/ephemeralpg/package.nix +++ b/pkgs/by-name/ep/ephemeralpg/package.nix @@ -30,7 +30,6 @@ stdenv.mkDerivation rec { homepage = "https://eradman.com/ephemeralpg/"; platforms = platforms.all; maintainers = with maintainers; [ - hrdinka medv ]; }; diff --git a/pkgs/by-name/ma/mapnik/package.nix b/pkgs/by-name/ma/mapnik/package.nix index b6604b9a6c77..7a7e025388b2 100644 --- a/pkgs/by-name/ma/mapnik/package.nix +++ b/pkgs/by-name/ma/mapnik/package.nix @@ -128,7 +128,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://mapnik.org"; changelog = "https://github.com/mapnik/mapnik/blob/${finalAttrs.src.tag}/CHANGELOG.md"; maintainers = with lib.maintainers; [ - hrdinka hummeltech ]; teams = [ lib.teams.geospatial ]; diff --git a/pkgs/by-name/os/osm-gps-map/package.nix b/pkgs/by-name/os/osm-gps-map/package.nix index 39d4926eef6e..9a7755a399f0 100644 --- a/pkgs/by-name/os/osm-gps-map/package.nix +++ b/pkgs/by-name/os/osm-gps-map/package.nix @@ -73,7 +73,6 @@ stdenv.mkDerivation (finalAttrs: { description = "GTK widget for displaying OpenStreetMap tiles"; homepage = "https://nzjrs.github.io/osm-gps-map"; license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ hrdinka ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; }) diff --git a/pkgs/by-name/pc/pcsx2/package.nix b/pkgs/by-name/pc/pcsx2/package.nix index daddd2f377eb..fec0b683025d 100644 --- a/pkgs/by-name/pc/pcsx2/package.nix +++ b/pkgs/by-name/pc/pcsx2/package.nix @@ -160,7 +160,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: { mainProgram = "pcsx2-qt"; maintainers = with lib.maintainers; [ _0david0mp - hrdinka govanify matteopacini ]; diff --git a/pkgs/by-name/qt/qtpass/package.nix b/pkgs/by-name/qt/qtpass/package.nix index 3e6fec64322c..702caa5e6578 100644 --- a/pkgs/by-name/qt/qtpass/package.nix +++ b/pkgs/by-name/qt/qtpass/package.nix @@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "qtpass"; homepage = "https://qtpass.org"; license = lib.licenses.gpl3; - maintainers = [ lib.maintainers.hrdinka ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/re/retrofe/package.nix b/pkgs/by-name/re/retrofe/package.nix index d3ec51c5ca25..44792f40125f 100644 --- a/pkgs/by-name/re/retrofe/package.nix +++ b/pkgs/by-name/re/retrofe/package.nix @@ -106,7 +106,6 @@ stdenv.mkDerivation { description = "Frontend for arcade cabinets and media PCs"; homepage = "http://retrofe.nl/"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ hrdinka ]; platforms = with platforms; linux; }; } diff --git a/pkgs/by-name/wo/woff2/package.nix b/pkgs/by-name/wo/woff2/package.nix index bc9e6ec00e6f..c455e5b8a6e0 100644 --- a/pkgs/by-name/wo/woff2/package.nix +++ b/pkgs/by-name/wo/woff2/package.nix @@ -58,7 +58,6 @@ stdenv.mkDerivation rec { description = "Webfont compression reference code"; homepage = "https://github.com/google/woff2"; license = licenses.mit; - maintainers = [ maintainers.hrdinka ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libcommuni/default.nix b/pkgs/development/libraries/libcommuni/default.nix index f85f66027f0d..fe9990f873d5 100644 --- a/pkgs/development/libraries/libcommuni/default.nix +++ b/pkgs/development/libraries/libcommuni/default.nix @@ -61,6 +61,5 @@ stdenv.mkDerivation rec { homepage = "https://communi.github.io"; license = licenses.bsd3; platforms = platforms.all; - maintainers = with maintainers; [ hrdinka ]; }; } diff --git a/pkgs/development/python-modules/phx-class-registry/default.nix b/pkgs/development/python-modules/phx-class-registry/default.nix index 7b376d7b4c4a..03b771d93671 100644 --- a/pkgs/development/python-modules/phx-class-registry/default.nix +++ b/pkgs/development/python-modules/phx-class-registry/default.nix @@ -28,8 +28,6 @@ buildPythonPackage rec { description = "Factory and registry pattern for Python classes"; homepage = "https://class-registry.readthedocs.io/en/latest/"; license = licenses.mit; - maintainers = with maintainers; [ - hrdinka - ]; + maintainers = [ ]; }; } diff --git a/pkgs/servers/dns/nsd/default.nix b/pkgs/servers/dns/nsd/default.nix index 32920197ce27..d2b4f68661fe 100644 --- a/pkgs/servers/dns/nsd/default.nix +++ b/pkgs/servers/dns/nsd/default.nix @@ -85,6 +85,5 @@ stdenv.mkDerivation rec { description = "Authoritative only, high performance, simple and open source name server"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = [ maintainers.hrdinka ]; }; } From 965d33a150526fccc43cf2cf7b50e75448e1a36f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:25:54 +0100 Subject: [PATCH 07/12] maintainers: drop jagajaga Reacted to 0 out of 58 maintainer pings in the least 180 days. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/editors/vim/plugins/overrides.nix | 1 - pkgs/applications/networking/remote/teamviewer/default.nix | 1 - pkgs/by-name/ap/apulse/package.nix | 1 - pkgs/by-name/dj/djmount/package.nix | 1 - pkgs/by-name/f2/f2fs-tools/package.nix | 4 +--- pkgs/by-name/ff/ffmpegthumbnailer/package.nix | 1 - pkgs/by-name/li/libdigidocpp/package.nix | 1 - pkgs/by-name/mo/moc/package.nix | 1 - pkgs/by-name/qu/qutebrowser/package.nix | 1 - pkgs/by-name/sl/slurm/package.nix | 1 - pkgs/by-name/sp/spaceFM/package.nix | 1 - pkgs/by-name/st/steam-unwrapped/package.nix | 1 - pkgs/by-name/vi/viber/package.nix | 1 - pkgs/by-name/xa/xalanc/package.nix | 1 - pkgs/by-name/xk/xkblayout-state/package.nix | 1 - pkgs/by-name/xm/xml-security-c/package.nix | 1 - pkgs/by-name/ya/yandex-disk/package.nix | 1 - 18 files changed, 1 insertion(+), 25 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f46ce30646e3..57121e55d4cd 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -11598,12 +11598,6 @@ githubId = 10690970; name = "James Duff"; }; - jagajaga = { - email = "ars.seroka@gmail.com"; - github = "jagajaga"; - githubId = 2179419; - name = "Arseniy Seroka"; - }; jakecleary = { email = "shout@jakecleary.net"; github = "jakecleary"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 2a7748b830ae..634bfe857d4e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -4207,7 +4207,6 @@ assertNoAdditions { license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ marcweber - jagajaga mel ]; platforms = lib.platforms.unix; diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix index ea7e86b4295e..b9988c35e594 100644 --- a/pkgs/applications/networking/remote/teamviewer/default.nix +++ b/pkgs/applications/networking/remote/teamviewer/default.nix @@ -164,7 +164,6 @@ mkDerivation rec { "aarch64-linux" ]; maintainers = with maintainers; [ - jagajaga jraygauthier gador c4patino diff --git a/pkgs/by-name/ap/apulse/package.nix b/pkgs/by-name/ap/apulse/package.nix index ac2ab9763b6f..67a79a6ef5bd 100644 --- a/pkgs/by-name/ap/apulse/package.nix +++ b/pkgs/by-name/ap/apulse/package.nix @@ -46,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/i-rinat/apulse/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.jagajaga ]; mainProgram = "apulse"; }; }) diff --git a/pkgs/by-name/dj/djmount/package.nix b/pkgs/by-name/dj/djmount/package.nix index d28e6ea0e612..7331bc38a49e 100644 --- a/pkgs/by-name/dj/djmount/package.nix +++ b/pkgs/by-name/dj/djmount/package.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation rec { description = "UPnP AV client, mounts as a Linux filesystem the media content of compatible UPnP AV devices"; mainProgram = "djmount"; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.jagajaga ]; license = lib.licenses.gpl2Plus; }; } diff --git a/pkgs/by-name/f2/f2fs-tools/package.nix b/pkgs/by-name/f2/f2fs-tools/package.nix index 2cd29afd8782..a50001e3eeb6 100644 --- a/pkgs/by-name/f2/f2fs-tools/package.nix +++ b/pkgs/by-name/f2/f2fs-tools/package.nix @@ -55,8 +55,6 @@ stdenv.mkDerivation rec { description = "Userland tools for the f2fs filesystem"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ - jagajaga - ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ff/ffmpegthumbnailer/package.nix b/pkgs/by-name/ff/ffmpegthumbnailer/package.nix index ccd6ee4a6abb..3dea2e20478d 100644 --- a/pkgs/by-name/ff/ffmpegthumbnailer/package.nix +++ b/pkgs/by-name/ff/ffmpegthumbnailer/package.nix @@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: { "; homepage = "https://github.com/dirkvdb/ffmpegthumbnailer"; license = licenses.gpl2Plus; - maintainers = [ maintainers.jagajaga ]; platforms = platforms.unix; mainProgram = "ffmpegthumbnailer"; }; diff --git a/pkgs/by-name/li/libdigidocpp/package.nix b/pkgs/by-name/li/libdigidocpp/package.nix index a7a09e96dfee..a7e58c1dbee6 100644 --- a/pkgs/by-name/li/libdigidocpp/package.nix +++ b/pkgs/by-name/li/libdigidocpp/package.nix @@ -74,7 +74,6 @@ stdenv.mkDerivation rec { platforms = platforms.linux; maintainers = [ maintainers.flokli - maintainers.jagajaga ]; }; } diff --git a/pkgs/by-name/mo/moc/package.nix b/pkgs/by-name/mo/moc/package.nix index bb9c35333e23..c91d65966beb 100644 --- a/pkgs/by-name/mo/moc/package.nix +++ b/pkgs/by-name/mo/moc/package.nix @@ -162,7 +162,6 @@ stdenv.mkDerivation { maintainers = with maintainers; [ aethelz pSub - jagajaga ]; platforms = platforms.unix; mainProgram = "mocp"; diff --git a/pkgs/by-name/qu/qutebrowser/package.nix b/pkgs/by-name/qu/qutebrowser/package.nix index fd4cc63cc78c..ee074b4be32d 100644 --- a/pkgs/by-name/qu/qutebrowser/package.nix +++ b/pkgs/by-name/qu/qutebrowser/package.nix @@ -168,7 +168,6 @@ python3.pkgs.buildPythonApplication { mainProgram = "qutebrowser"; platforms = if enableWideVine then [ "x86_64-linux" ] else qt6Packages.qtwebengine.meta.platforms; maintainers = with lib.maintainers; [ - jagajaga rnhmjoj ebzzry dotlambda diff --git a/pkgs/by-name/sl/slurm/package.nix b/pkgs/by-name/sl/slurm/package.nix index 596916865a11..6e9006561bda 100644 --- a/pkgs/by-name/sl/slurm/package.nix +++ b/pkgs/by-name/sl/slurm/package.nix @@ -152,7 +152,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.linux; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ - jagajaga markuskowa ]; }; diff --git a/pkgs/by-name/sp/spaceFM/package.nix b/pkgs/by-name/sp/spaceFM/package.nix index 7a00979d9b47..d9e22a949530 100644 --- a/pkgs/by-name/sp/spaceFM/package.nix +++ b/pkgs/by-name/sp/spaceFM/package.nix @@ -97,7 +97,6 @@ stdenv.mkDerivation rec { platforms = platforms.linux; license = licenses.gpl3Plus; maintainers = with maintainers; [ - jagajaga obadz ]; }; diff --git a/pkgs/by-name/st/steam-unwrapped/package.nix b/pkgs/by-name/st/steam-unwrapped/package.nix index 513ba73b6ecc..d654ba61f9b5 100644 --- a/pkgs/by-name/st/steam-unwrapped/package.nix +++ b/pkgs/by-name/st/steam-unwrapped/package.nix @@ -52,7 +52,6 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://store.steampowered.com/"; license = lib.licenses.unfreeRedistributable; - maintainers = with lib.maintainers; [ jagajaga ]; teams = with lib.teams; [ steam ]; mainProgram = "steam"; }; diff --git a/pkgs/by-name/vi/viber/package.nix b/pkgs/by-name/vi/viber/package.nix index 158bde24d1cb..fb2461304b5a 100644 --- a/pkgs/by-name/vi/viber/package.nix +++ b/pkgs/by-name/vi/viber/package.nix @@ -196,6 +196,5 @@ stdenv.mkDerivation (finalAttrs: { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with lib.maintainers; [ jagajaga ]; }; }) diff --git a/pkgs/by-name/xa/xalanc/package.nix b/pkgs/by-name/xa/xalanc/package.nix index 5a98de1b8b3d..67b46d91cbc2 100644 --- a/pkgs/by-name/xa/xalanc/package.nix +++ b/pkgs/by-name/xa/xalanc/package.nix @@ -44,6 +44,5 @@ stdenv.mkDerivation { mainProgram = "Xalan"; license = lib.licenses.asl20; platforms = lib.platforms.linux ++ lib.platforms.darwin; - maintainers = [ lib.maintainers.jagajaga ]; }; } diff --git a/pkgs/by-name/xk/xkblayout-state/package.nix b/pkgs/by-name/xk/xkblayout-state/package.nix index 85798f902184..fb9b5fd2a619 100644 --- a/pkgs/by-name/xk/xkblayout-state/package.nix +++ b/pkgs/by-name/xk/xkblayout-state/package.nix @@ -27,7 +27,6 @@ stdenv.mkDerivation rec { description = "Small command-line program to get/set the current XKB keyboard layout"; homepage = "https://github.com/nonpop/xkblayout-state"; license = licenses.gpl2; - maintainers = [ maintainers.jagajaga ]; platforms = platforms.linux; mainProgram = "xkblayout-state"; }; diff --git a/pkgs/by-name/xm/xml-security-c/package.nix b/pkgs/by-name/xm/xml-security-c/package.nix index 6a446e80abb8..df2c5382637e 100644 --- a/pkgs/by-name/xm/xml-security-c/package.nix +++ b/pkgs/by-name/xm/xml-security-c/package.nix @@ -41,6 +41,5 @@ stdenv.mkDerivation (finalAttrs: { description = "C++ Implementation of W3C security standards for XML"; license = lib.licenses.asl20; platforms = lib.platforms.unix; - maintainers = [ lib.maintainers.jagajaga ]; }; }) diff --git a/pkgs/by-name/ya/yandex-disk/package.nix b/pkgs/by-name/ya/yandex-disk/package.nix index c62d25c63aa0..e79b072d1ce5 100644 --- a/pkgs/by-name/ya/yandex-disk/package.nix +++ b/pkgs/by-name/ya/yandex-disk/package.nix @@ -71,7 +71,6 @@ stdenv.mkDerivation rec { description = "Free cloud file storage service"; maintainers = with lib.maintainers; [ smironov - jagajaga ]; platforms = [ "i686-linux" From 11e45413f5c81ac7a1f5ec95f30fcc81c05dca68 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:31:12 +0100 Subject: [PATCH 08/12] maintainers: drop lsix Reacted to 0 out of 16 maintainer pings in the least 180 days. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/gis/qgis/unwrapped-ltr.nix | 1 - pkgs/applications/gis/qgis/unwrapped.nix | 1 - pkgs/by-name/li/libidn/package.nix | 1 - pkgs/by-name/po/poezio/package.nix | 1 - pkgs/development/python-modules/kubernetes/default.nix | 1 - pkgs/development/python-modules/pyparted/default.nix | 1 - pkgs/development/python-modules/pyproj/default.nix | 1 - pkgs/development/python-modules/pytest/7.nix | 1 - pkgs/development/python-modules/qscintilla/default.nix | 1 - pkgs/development/python-modules/xtensor-python/default.nix | 1 - pkgs/development/python2-modules/pytest/default.nix | 1 - pkgs/development/tools/misc/gdb/default.nix | 1 - 13 files changed, 18 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 57121e55d4cd..c6b75ad090d8 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -15242,12 +15242,6 @@ githubId = 5341193; name = "Leon Schuermann"; }; - lsix = { - email = "lsix@lancelotsix.com"; - github = "lsix"; - githubId = 724339; - name = "Lancelot SIX"; - }; ltavard = { email = "laure.tavard@univ-grenoble-alpes.fr"; github = "ltavard"; diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index 02726e6738d4..a7f219c4c5c3 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -203,7 +203,6 @@ mkDerivation rec { description = "Free and Open Source Geographic Information System"; homepage = "https://www.qgis.org"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ lsix ]; teams = [ teams.geospatial ]; platforms = with platforms; linux; }; diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 8a63c3dbb084..ebeda7df6087 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -199,7 +199,6 @@ mkDerivation rec { description = "Free and Open Source Geographic Information System"; homepage = "https://www.qgis.org"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ lsix ]; teams = [ teams.geospatial ]; platforms = with platforms; linux; }; diff --git a/pkgs/by-name/li/libidn/package.nix b/pkgs/by-name/li/libidn/package.nix index c60f4815390d..d36eedac8fe9 100644 --- a/pkgs/by-name/li/libidn/package.nix +++ b/pkgs/by-name/li/libidn/package.nix @@ -53,6 +53,5 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.lgpl2Plus; pkgConfigModules = [ "libidn" ]; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ lsix ]; }; }) diff --git a/pkgs/by-name/po/poezio/package.nix b/pkgs/by-name/po/poezio/package.nix index f6146e5e8b85..846af28d28db 100644 --- a/pkgs/by-name/po/poezio/package.nix +++ b/pkgs/by-name/po/poezio/package.nix @@ -53,6 +53,5 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://poez.io"; changelog = "https://codeberg.org/poezio/poezio/src/tag/v${version}/CHANGELOG"; license = lib.licenses.zlib; - maintainers = with lib.maintainers; [ lsix ]; }; } diff --git a/pkgs/development/python-modules/kubernetes/default.nix b/pkgs/development/python-modules/kubernetes/default.nix index a744f4086c65..cfb53b58ff88 100644 --- a/pkgs/development/python-modules/kubernetes/default.nix +++ b/pkgs/development/python-modules/kubernetes/default.nix @@ -73,6 +73,5 @@ buildPythonPackage rec { homepage = "https://github.com/kubernetes-client/python"; changelog = "https://github.com/kubernetes-client/python/releases/tag/${src.tag}"; license = licenses.asl20; - maintainers = with maintainers; [ lsix ]; }; } diff --git a/pkgs/development/python-modules/pyparted/default.nix b/pkgs/development/python-modules/pyparted/default.nix index 1d25461eddc6..6c8d93e0c2b8 100644 --- a/pkgs/development/python-modules/pyparted/default.nix +++ b/pkgs/development/python-modules/pyparted/default.nix @@ -50,6 +50,5 @@ buildPythonPackage rec { description = "Python interface for libparted"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ lsix ]; }; } diff --git a/pkgs/development/python-modules/pyproj/default.nix b/pkgs/development/python-modules/pyproj/default.nix index 24a33e3733af..1f552b3e7e34 100644 --- a/pkgs/development/python-modules/pyproj/default.nix +++ b/pkgs/development/python-modules/pyproj/default.nix @@ -103,7 +103,6 @@ buildPythonPackage rec { changelog = "https://github.com/pyproj4/pyproj/blob/${src.rev}/docs/history.rst"; license = licenses.mit; maintainers = with maintainers; [ - lsix dotlambda ]; teams = [ teams.geospatial ]; diff --git a/pkgs/development/python-modules/pytest/7.nix b/pkgs/development/python-modules/pytest/7.nix index e0506219976d..3c164999bed4 100644 --- a/pkgs/development/python-modules/pytest/7.nix +++ b/pkgs/development/python-modules/pytest/7.nix @@ -109,7 +109,6 @@ let maintainers = with maintainers; [ lovek323 madjar - lsix ]; license = licenses.mit; }; diff --git a/pkgs/development/python-modules/qscintilla/default.nix b/pkgs/development/python-modules/qscintilla/default.nix index 39b743f9659f..d0074f716990 100644 --- a/pkgs/development/python-modules/qscintilla/default.nix +++ b/pkgs/development/python-modules/qscintilla/default.nix @@ -85,7 +85,6 @@ pythonPackages.buildPythonPackage { meta = with lib; { description = "Python binding to QScintilla, Qt based text editing control"; license = licenses.lgpl21Plus; - maintainers = with maintainers; [ lsix ]; homepage = "https://www.riverbankcomputing.com/software/qscintilla/"; }; } diff --git a/pkgs/development/python-modules/xtensor-python/default.nix b/pkgs/development/python-modules/xtensor-python/default.nix index 3a9288570f7c..617460d7072f 100644 --- a/pkgs/development/python-modules/xtensor-python/default.nix +++ b/pkgs/development/python-modules/xtensor-python/default.nix @@ -43,7 +43,6 @@ toPythonModule ( homepage = "https://github.com/xtensor-stack/xtensor-python"; description = "Python bindings for the xtensor C++ multi-dimensional array library"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ lsix ]; }; }) ) diff --git a/pkgs/development/python2-modules/pytest/default.nix b/pkgs/development/python2-modules/pytest/default.nix index 44d14de952f3..95602bfb09bf 100644 --- a/pkgs/development/python2-modules/pytest/default.nix +++ b/pkgs/development/python2-modules/pytest/default.nix @@ -97,7 +97,6 @@ buildPythonPackage rec { maintainers = with maintainers; [ lovek323 madjar - lsix ]; license = licenses.mit; platforms = platforms.unix; diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index 55b2572df2ff..1e80532dcb97 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -217,7 +217,6 @@ stdenv.mkDerivation rec { maintainers = with lib.maintainers; [ pierron globin - lsix ]; }; } From 3b1e37dce8887648d21ff9149e880e7ac9bd7e7e Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:33:17 +0100 Subject: [PATCH 09/12] maintainers: drop nequissimus Reacted to 3 out of 375 maintainer pings in the least 180 days. --- maintainers/github-teams.json | 1 - maintainers/maintainer-list.nix | 6 ------ nixos/tests/docker.nix | 1 - nixos/tests/env.nix | 3 --- nixos/tests/git/hub.nix | 3 --- nixos/tests/kafka/base.nix | 3 --- nixos/tests/kernel-generic/default.nix | 1 - nixos/tests/minecraft-server.nix | 1 - nixos/tests/shadow.nix | 3 --- nixos/tests/xmonad.nix | 1 - nixos/tests/xterm.nix | 3 --- nixos/tests/zookeeper.nix | 1 - pkgs/by-name/co/coursier/package.nix | 1 - pkgs/by-name/fa/fastJson/package.nix | 1 - pkgs/by-name/gi/gitmoji-cli/package.nix | 1 - pkgs/by-name/ht/httpstat/package.nix | 1 - pkgs/by-name/je/jenkins/package.nix | 1 - pkgs/by-name/na/nano/package.nix | 1 - pkgs/by-name/na/nanorc/package.nix | 1 - pkgs/by-name/oh/oh-my-zsh/package.nix | 1 - pkgs/by-name/sb/sbt-extras/package.nix | 1 - pkgs/by-name/xt/xterm/package.nix | 1 - pkgs/development/compilers/scala/2.x.nix | 1 - .../python-modules/protobuf3-to-dict/default.nix | 1 - pkgs/development/python-modules/sagemaker/default.nix | 1 - .../python-modules/smdebug-rulesconfig/default.nix | 1 - pkgs/development/tools/ammonite/default.nix | 1 - pkgs/development/tools/build-managers/sbt/default.nix | 1 - 28 files changed, 43 deletions(-) diff --git a/maintainers/github-teams.json b/maintainers/github-teams.json index 3a8e7b351a6b..74d1488b5c36 100644 --- a/maintainers/github-teams.json +++ b/maintainers/github-teams.json @@ -526,7 +526,6 @@ "members": { "K900": 386765, "Ma27": 6025220, - "NeQuissimus": 628342, "TredwellGit": 61860346 }, "name": "Linux kernel" diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index c6b75ad090d8..6653e4175c2a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -18395,12 +18395,6 @@ githubId = 1771772; name = "Alexander Ben Nasrallah"; }; - nequissimus = { - email = "tim@nequissimus.com"; - github = "NeQuissimus"; - githubId = 628342; - name = "Tim Steinbach"; - }; nerdypepper = { email = "nerdy@peppe.rs"; github = "oppiliappan"; diff --git a/nixos/tests/docker.nix b/nixos/tests/docker.nix index eb92d6e21b91..4279e190a213 100644 --- a/nixos/tests/docker.nix +++ b/nixos/tests/docker.nix @@ -4,7 +4,6 @@ name = "docker"; meta = with pkgs.lib.maintainers; { maintainers = [ - nequissimus offline ]; }; diff --git a/nixos/tests/env.nix b/nixos/tests/env.nix index 6e94771b1ff1..ba030cb0c3d9 100644 --- a/nixos/tests/env.nix +++ b/nixos/tests/env.nix @@ -1,9 +1,6 @@ { pkgs, ... }: { name = "environment"; - meta = with pkgs.lib.maintainers; { - maintainers = [ nequissimus ]; - }; nodes.machine = { pkgs, lib, ... }: diff --git a/nixos/tests/git/hub.nix b/nixos/tests/git/hub.nix index 622f4b6dac05..dc0412f7de2f 100644 --- a/nixos/tests/git/hub.nix +++ b/nixos/tests/git/hub.nix @@ -1,9 +1,6 @@ { pkgs, ... }: { name = "hub"; - meta = with pkgs.lib.maintainers; { - maintainers = [ nequissimus ]; - }; nodes.hub = { pkgs, ... }: diff --git a/nixos/tests/kafka/base.nix b/nixos/tests/kafka/base.nix index 6ff5c604e78f..dd35560c0c8f 100644 --- a/nixos/tests/kafka/base.nix +++ b/nixos/tests/kafka/base.nix @@ -11,9 +11,6 @@ let }: (import ../make-test-python.nix { inherit name; - meta = with pkgs.lib.maintainers; { - maintainers = [ nequissimus ]; - }; nodes = { kafka = diff --git a/nixos/tests/kernel-generic/default.nix b/nixos/tests/kernel-generic/default.nix index 60337d82bb70..fe0907d6d32c 100644 --- a/nixos/tests/kernel-generic/default.nix +++ b/nixos/tests/kernel-generic/default.nix @@ -46,7 +46,6 @@ let name = "kernel-${linuxPackages.kernel.version}"; meta = with pkgs.lib.maintainers; { maintainers = [ - nequissimus atemu ma27 ]; diff --git a/nixos/tests/minecraft-server.nix b/nixos/tests/minecraft-server.nix index f84a79949e63..a81fdf4faf33 100644 --- a/nixos/tests/minecraft-server.nix +++ b/nixos/tests/minecraft-server.nix @@ -6,7 +6,6 @@ in { lib, pkgs, ... }: { name = "minecraft-server"; - meta.maintainers = with lib.maintainers; [ nequissimus ]; node.pkgsReadOnly = false; diff --git a/nixos/tests/shadow.nix b/nixos/tests/shadow.nix index 585abc599a97..04ee0a2bf95d 100644 --- a/nixos/tests/shadow.nix +++ b/nixos/tests/shadow.nix @@ -10,9 +10,6 @@ in { pkgs, ... }: { name = "shadow"; - meta = with pkgs.lib.maintainers; { - maintainers = [ nequissimus ]; - }; nodes.shadow = { pkgs, ... }: diff --git a/nixos/tests/xmonad.nix b/nixos/tests/xmonad.nix index 2bc171917cc4..735c200679a2 100644 --- a/nixos/tests/xmonad.nix +++ b/nixos/tests/xmonad.nix @@ -57,7 +57,6 @@ in name = "xmonad"; meta = with pkgs.lib.maintainers; { maintainers = [ - nequissimus ivanbrennan ]; }; diff --git a/nixos/tests/xterm.nix b/nixos/tests/xterm.nix index caf1780d1565..753f37022322 100644 --- a/nixos/tests/xterm.nix +++ b/nixos/tests/xterm.nix @@ -1,9 +1,6 @@ { pkgs, ... }: { name = "xterm"; - meta = with pkgs.lib.maintainers; { - maintainers = [ nequissimus ]; - }; nodes.machine = { imports = [ ./common/x11.nix ]; diff --git a/nixos/tests/zookeeper.nix b/nixos/tests/zookeeper.nix index b1fc0d3a8604..311406741e85 100644 --- a/nixos/tests/zookeeper.nix +++ b/nixos/tests/zookeeper.nix @@ -8,7 +8,6 @@ in name = "zookeeper"; meta = with pkgs.lib.maintainers; { maintainers = [ - nequissimus ztzg ]; }; diff --git a/pkgs/by-name/co/coursier/package.nix b/pkgs/by-name/co/coursier/package.nix index 51ce6aa5c88f..056a92738475 100644 --- a/pkgs/by-name/co/coursier/package.nix +++ b/pkgs/by-name/co/coursier/package.nix @@ -73,7 +73,6 @@ stdenv.mkDerivation rec { license = licenses.asl20; maintainers = with maintainers; [ adelbertc - nequissimus ]; platforms = platforms.all; }; diff --git a/pkgs/by-name/fa/fastJson/package.nix b/pkgs/by-name/fa/fastJson/package.nix index 5090cfcb9fc4..0544ab10093a 100644 --- a/pkgs/by-name/fa/fastJson/package.nix +++ b/pkgs/by-name/fa/fastJson/package.nix @@ -24,7 +24,6 @@ stdenv.mkDerivation rec { description = "Fast json library for C"; homepage = "https://github.com/rsyslog/libfastjson"; license = licenses.mit; - maintainers = with maintainers; [ nequissimus ]; platforms = with platforms; unix; }; } diff --git a/pkgs/by-name/gi/gitmoji-cli/package.nix b/pkgs/by-name/gi/gitmoji-cli/package.nix index f72cabe64756..11456c11f171 100644 --- a/pkgs/by-name/gi/gitmoji-cli/package.nix +++ b/pkgs/by-name/gi/gitmoji-cli/package.nix @@ -48,7 +48,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { license = lib.licenses.mit; mainProgram = "gitmoji"; maintainers = with lib.maintainers; [ - nequissimus yzx9 ]; }; diff --git a/pkgs/by-name/ht/httpstat/package.nix b/pkgs/by-name/ht/httpstat/package.nix index 826e2b874db8..e82c1a9182b5 100644 --- a/pkgs/by-name/ht/httpstat/package.nix +++ b/pkgs/by-name/ht/httpstat/package.nix @@ -30,6 +30,5 @@ python3Packages.buildPythonApplication rec { mainProgram = "httpstat"; homepage = "https://github.com/reorx/httpstat"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ nequissimus ]; }; } diff --git a/pkgs/by-name/je/jenkins/package.nix b/pkgs/by-name/je/jenkins/package.nix index b1f8cf84df31..5cd87aebdb10 100644 --- a/pkgs/by-name/je/jenkins/package.nix +++ b/pkgs/by-name/je/jenkins/package.nix @@ -81,7 +81,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { license = licenses.mit; maintainers = with maintainers; [ earldouglas - nequissimus ]; changelog = "https://www.jenkins.io/changelog-stable/#v${finalAttrs.version}"; mainProgram = "jenkins-cli"; diff --git a/pkgs/by-name/na/nano/package.nix b/pkgs/by-name/na/nano/package.nix index ea275871df81..32fca0879baa 100644 --- a/pkgs/by-name/na/nano/package.nix +++ b/pkgs/by-name/na/nano/package.nix @@ -105,7 +105,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ joachifm - nequissimus sigmasquadron ]; platforms = platforms.all; diff --git a/pkgs/by-name/na/nanorc/package.nix b/pkgs/by-name/na/nanorc/package.nix index ed3d734f5865..f233503e1e0f 100644 --- a/pkgs/by-name/na/nanorc/package.nix +++ b/pkgs/by-name/na/nanorc/package.nix @@ -60,7 +60,6 @@ stdenv.mkDerivation rec { description = "Improved Nano Syntax Highlighting Files"; homepage = "https://github.com/scopatz/nanorc"; license = lib.licenses.gpl3; - maintainers = with lib.maintainers; [ nequissimus ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/by-name/oh/oh-my-zsh/package.nix b/pkgs/by-name/oh/oh-my-zsh/package.nix index 11618f1ef33c..6edd3fb4d9b0 100644 --- a/pkgs/by-name/oh/oh-my-zsh/package.nix +++ b/pkgs/by-name/oh/oh-my-zsh/package.nix @@ -130,6 +130,5 @@ stdenv.mkDerivation rec { homepage = "https://ohmyz.sh/"; license = licenses.mit; platforms = platforms.all; - maintainers = with maintainers; [ nequissimus ]; }; } diff --git a/pkgs/by-name/sb/sbt-extras/package.nix b/pkgs/by-name/sb/sbt-extras/package.nix index da3957eada9d..8d5200bbd9a4 100644 --- a/pkgs/by-name/sb/sbt-extras/package.nix +++ b/pkgs/by-name/sb/sbt-extras/package.nix @@ -87,7 +87,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/paulp/sbt-extras"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ - nequissimus puffnfresh ]; mainProgram = "sbt"; diff --git a/pkgs/by-name/xt/xterm/package.nix b/pkgs/by-name/xt/xterm/package.nix index a53997d95010..97f2f708c6bd 100644 --- a/pkgs/by-name/xt/xterm/package.nix +++ b/pkgs/by-name/xt/xterm/package.nix @@ -113,7 +113,6 @@ stdenv.mkDerivation rec { meta = { homepage = "https://invisible-island.net/xterm"; license = with lib.licenses; [ mit ]; - maintainers = with lib.maintainers; [ nequissimus ]; platforms = with lib.platforms; linux ++ darwin; changelog = "https://invisible-island.net/xterm/xterm.log.html"; mainProgram = "xterm"; diff --git a/pkgs/development/compilers/scala/2.x.nix b/pkgs/development/compilers/scala/2.x.nix index d8dde89e919f..921a946597db 100644 --- a/pkgs/development/compilers/scala/2.x.nix +++ b/pkgs/development/compilers/scala/2.x.nix @@ -113,7 +113,6 @@ stdenv.mkDerivation rec { platforms = platforms.all; branch = versions.majorMinor version; maintainers = with maintainers; [ - nequissimus kashw2 ]; }; diff --git a/pkgs/development/python-modules/protobuf3-to-dict/default.nix b/pkgs/development/python-modules/protobuf3-to-dict/default.nix index e613c1d23eb2..91fec62cc63b 100644 --- a/pkgs/development/python-modules/protobuf3-to-dict/default.nix +++ b/pkgs/development/python-modules/protobuf3-to-dict/default.nix @@ -29,6 +29,5 @@ buildPythonPackage rec { description = "Teeny Python library for creating Python dicts from protocol buffers and the reverse"; homepage = "https://github.com/kaporzhu/protobuf-to-dict"; license = licenses.publicDomain; - maintainers = with maintainers; [ nequissimus ]; }; } diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index 6776c46246d9..74f942db1a2f 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -118,6 +118,5 @@ buildPythonPackage rec { homepage = "https://github.com/aws/sagemaker-python-sdk/"; changelog = "https://github.com/aws/sagemaker-python-sdk/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ nequissimus ]; }; } diff --git a/pkgs/development/python-modules/smdebug-rulesconfig/default.nix b/pkgs/development/python-modules/smdebug-rulesconfig/default.nix index 6f91ebe4c79a..2500122c8ffb 100644 --- a/pkgs/development/python-modules/smdebug-rulesconfig/default.nix +++ b/pkgs/development/python-modules/smdebug-rulesconfig/default.nix @@ -23,6 +23,5 @@ buildPythonPackage rec { description = "These builtin rules are available in Amazon SageMaker"; homepage = "https://github.com/awslabs/sagemaker-debugger-rulesconfig"; license = licenses.asl20; - maintainers = with maintainers; [ nequissimus ]; }; } diff --git a/pkgs/development/tools/ammonite/default.nix b/pkgs/development/tools/ammonite/default.nix index 40a390ff5168..7fc9012751b6 100644 --- a/pkgs/development/tools/ammonite/default.nix +++ b/pkgs/development/tools/ammonite/default.nix @@ -82,7 +82,6 @@ let ''; homepage = "https://github.com/com-lihaoyi/Ammonite"; license = licenses.mit; - maintainers = [ maintainers.nequissimus ]; mainProgram = "amm"; platforms = platforms.all; }; diff --git a/pkgs/development/tools/build-managers/sbt/default.nix b/pkgs/development/tools/build-managers/sbt/default.nix index c6f0d8c5f7e8..f042d41f8764 100644 --- a/pkgs/development/tools/build-managers/sbt/default.nix +++ b/pkgs/development/tools/build-managers/sbt/default.nix @@ -60,7 +60,6 @@ stdenv.mkDerivation (finalAttrs: { ]; description = "Build tool for Scala, Java and more"; maintainers = with maintainers; [ - nequissimus kashw2 ]; platforms = platforms.unix; From 1bf401d37c8edec76d3118d7112a2e9bf4628a1a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:35:06 +0100 Subject: [PATCH 10/12] maintainers: drop tjni Reacted to 0 out of 37 maintainer pings in the least 180 days. --- maintainers/github-teams.json | 4 +--- maintainers/maintainer-list.nix | 8 -------- pkgs/by-name/py/pyenv/package.nix | 1 - pkgs/by-name/ru/rustdesk-server/package.nix | 1 - pkgs/by-name/xc/xcaddy/package.nix | 3 --- .../python-modules/click-command-tree/default.nix | 1 - pkgs/development/python-modules/cmake/default.nix | 1 - pkgs/development/python-modules/dbt-bigquery/default.nix | 1 - pkgs/development/python-modules/dbt-core/default.nix | 1 - pkgs/development/python-modules/dbt-extractor/default.nix | 1 - pkgs/development/python-modules/dbt-postgres/default.nix | 1 - pkgs/development/python-modules/dbt-redshift/default.nix | 1 - pkgs/development/python-modules/dbt-snowflake/default.nix | 1 - pkgs/development/python-modules/dill/default.nix | 1 - .../python-modules/hatch-fancy-pypi-readme/default.nix | 1 - pkgs/development/python-modules/hologram/default.nix | 1 - pkgs/development/python-modules/mashumaro/default.nix | 1 - .../python-modules/minimal-snowplow-tracker/default.nix | 1 - pkgs/development/python-modules/ninja/default.nix | 1 - .../python-modules/oldest-supported-numpy/default.nix | 1 - pkgs/development/python-modules/pymumble/default.nix | 1 - .../development/python-modules/pytest-ansible/default.nix | 1 - pkgs/development/python-modules/repeated-test/default.nix | 1 - .../python-modules/setuptools-git-versioning/default.nix | 1 - pkgs/development/python-modules/tiny-proxy/default.nix | 1 - 25 files changed, 1 insertion(+), 36 deletions(-) diff --git a/maintainers/github-teams.json b/maintainers/github-teams.json index 74d1488b5c36..4d16d9dbd75e 100644 --- a/maintainers/github-teams.json +++ b/maintainers/github-teams.json @@ -894,9 +894,7 @@ "winterqt": 78392041, "zowoq": 59103226 }, - "members": { - "tjni": 3806110 - }, + "members": {}, "name": "rust" }, "scala": { diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6653e4175c2a..56c3b743c420 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -26411,14 +26411,6 @@ githubId = 36288711; name = "Tim Keller"; }; - tjni = { - email = "43ngvg@masqt.com"; - matrix = "@tni:matrix.org"; - name = "Theodore Ni"; - github = "tjni"; - githubId = 3806110; - keys = [ { fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4"; } ]; - }; tkerber = { email = "tk@drwx.org"; github = "tkerber"; diff --git a/pkgs/by-name/py/pyenv/package.nix b/pkgs/by-name/py/pyenv/package.nix index 0bb32969e0ca..b2765ada8ccb 100644 --- a/pkgs/by-name/py/pyenv/package.nix +++ b/pkgs/by-name/py/pyenv/package.nix @@ -48,7 +48,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/pyenv/pyenv"; changelog = "https://github.com/pyenv/pyenv/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ tjni ]; platforms = platforms.all; mainProgram = "pyenv"; }; diff --git a/pkgs/by-name/ru/rustdesk-server/package.nix b/pkgs/by-name/ru/rustdesk-server/package.nix index 29c7b81c4b5d..34f0e6d0f617 100644 --- a/pkgs/by-name/ru/rustdesk-server/package.nix +++ b/pkgs/by-name/ru/rustdesk-server/package.nix @@ -50,7 +50,6 @@ rustPlatform.buildRustPackage rec { platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ gaelreyrol - tjni ]; }; } diff --git a/pkgs/by-name/xc/xcaddy/package.nix b/pkgs/by-name/xc/xcaddy/package.nix index 1d36762b9958..bc0f688a512b 100644 --- a/pkgs/by-name/xc/xcaddy/package.nix +++ b/pkgs/by-name/xc/xcaddy/package.nix @@ -35,8 +35,5 @@ buildGoModule rec { description = "Build Caddy with plugins"; mainProgram = "xcaddy"; license = licenses.asl20; - maintainers = with maintainers; [ - tjni - ]; }; } diff --git a/pkgs/development/python-modules/click-command-tree/default.nix b/pkgs/development/python-modules/click-command-tree/default.nix index 2d697adc97f2..6ebdbe142851 100644 --- a/pkgs/development/python-modules/click-command-tree/default.nix +++ b/pkgs/development/python-modules/click-command-tree/default.nix @@ -30,6 +30,5 @@ buildPythonPackage rec { description = "Click plugin to show the command tree of your CLI"; homepage = "https://github.com/whwright/click-command-tree"; license = licenses.mit; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/cmake/default.nix b/pkgs/development/python-modules/cmake/default.nix index 312b634161f5..44211597c026 100644 --- a/pkgs/development/python-modules/cmake/default.nix +++ b/pkgs/development/python-modules/cmake/default.nix @@ -35,6 +35,5 @@ buildPythonPackage { ''; homepage = "https://github.com/scikit-build/cmake-python-distributions"; license = licenses.asl20; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/dbt-bigquery/default.nix b/pkgs/development/python-modules/dbt-bigquery/default.nix index e74bf9d319aa..6c814ab806d3 100644 --- a/pkgs/development/python-modules/dbt-bigquery/default.nix +++ b/pkgs/development/python-modules/dbt-bigquery/default.nix @@ -61,6 +61,5 @@ buildPythonPackage rec { homepage = "https://github.com/dbt-labs/dbt-bigquery"; changelog = "https://github.com/dbt-labs/dbt-bigquery/blob/${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/dbt-core/default.nix b/pkgs/development/python-modules/dbt-core/default.nix index 4d2c4212dead..79c2b8a759c7 100644 --- a/pkgs/development/python-modules/dbt-core/default.nix +++ b/pkgs/development/python-modules/dbt-core/default.nix @@ -124,7 +124,6 @@ buildPythonPackage rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ mausch - tjni ]; mainProgram = "dbt"; }; diff --git a/pkgs/development/python-modules/dbt-extractor/default.nix b/pkgs/development/python-modules/dbt-extractor/default.nix index 9474194a4eb3..6566c4731cc4 100644 --- a/pkgs/development/python-modules/dbt-extractor/default.nix +++ b/pkgs/development/python-modules/dbt-extractor/default.nix @@ -45,7 +45,6 @@ buildPythonPackage rec { license = licenses.asl20; maintainers = with maintainers; [ mausch - tjni ]; }; } diff --git a/pkgs/development/python-modules/dbt-postgres/default.nix b/pkgs/development/python-modules/dbt-postgres/default.nix index 2db1292cb24c..0b831ab2e73e 100644 --- a/pkgs/development/python-modules/dbt-postgres/default.nix +++ b/pkgs/development/python-modules/dbt-postgres/default.nix @@ -46,6 +46,5 @@ buildPythonPackage rec { description = "Plugin enabling dbt to work with a Postgres database"; homepage = "https://github.com/dbt-labs/dbt-core"; license = licenses.asl20; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/dbt-redshift/default.nix b/pkgs/development/python-modules/dbt-redshift/default.nix index 91b9d9b30b1c..de7c86ca1d6a 100644 --- a/pkgs/development/python-modules/dbt-redshift/default.nix +++ b/pkgs/development/python-modules/dbt-redshift/default.nix @@ -52,6 +52,5 @@ buildPythonPackage rec { homepage = "https://github.com/dbt-labs/dbt-redshift"; changelog = "https://github.com/dbt-labs/dbt-redshift/blob/${version}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/dbt-snowflake/default.nix b/pkgs/development/python-modules/dbt-snowflake/default.nix index 3bf8f1f59817..9236175562fd 100644 --- a/pkgs/development/python-modules/dbt-snowflake/default.nix +++ b/pkgs/development/python-modules/dbt-snowflake/default.nix @@ -48,6 +48,5 @@ buildPythonPackage rec { homepage = "https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-snowflake"; changelog = "https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-snowflake/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/dill/default.nix b/pkgs/development/python-modules/dill/default.nix index 30ba3551f269..767af0ded1a2 100644 --- a/pkgs/development/python-modules/dill/default.nix +++ b/pkgs/development/python-modules/dill/default.nix @@ -44,6 +44,5 @@ buildPythonPackage rec { homepage = "https://github.com/uqfoundation/dill/"; changelog = "https://github.com/uqfoundation/dill/releases/tag/dill-${version}"; license = licenses.bsd3; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix b/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix index 61b5824ba7b7..fef25b9aeaae 100644 --- a/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix +++ b/pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix @@ -49,6 +49,5 @@ buildPythonPackage rec { mainProgram = "hatch-fancy-pypi-readme"; homepage = "https://github.com/hynek/hatch-fancy-pypi-readme"; license = licenses.mit; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/hologram/default.nix b/pkgs/development/python-modules/hologram/default.nix index b908e4126552..9d17983e152a 100644 --- a/pkgs/development/python-modules/hologram/default.nix +++ b/pkgs/development/python-modules/hologram/default.nix @@ -53,7 +53,6 @@ buildPythonPackage rec { license = licenses.mit; maintainers = with maintainers; [ mausch - tjni ]; }; } diff --git a/pkgs/development/python-modules/mashumaro/default.nix b/pkgs/development/python-modules/mashumaro/default.nix index 80f763451ffe..fec7525ca49d 100644 --- a/pkgs/development/python-modules/mashumaro/default.nix +++ b/pkgs/development/python-modules/mashumaro/default.nix @@ -54,6 +54,5 @@ buildPythonPackage rec { homepage = "https://github.com/Fatal1ty/mashumaro"; changelog = "https://github.com/Fatal1ty/mashumaro/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/minimal-snowplow-tracker/default.nix b/pkgs/development/python-modules/minimal-snowplow-tracker/default.nix index dc04cb99178a..2cf47bd6c186 100644 --- a/pkgs/development/python-modules/minimal-snowplow-tracker/default.nix +++ b/pkgs/development/python-modules/minimal-snowplow-tracker/default.nix @@ -32,7 +32,6 @@ buildPythonPackage rec { license = licenses.asl20; maintainers = with maintainers; [ mausch - tjni ]; }; } diff --git a/pkgs/development/python-modules/ninja/default.nix b/pkgs/development/python-modules/ninja/default.nix index 6f9785e47664..d37cf0bffec9 100644 --- a/pkgs/development/python-modules/ninja/default.nix +++ b/pkgs/development/python-modules/ninja/default.nix @@ -45,7 +45,6 @@ buildPythonPackage { license = licenses.asl20; maintainers = with maintainers; [ _999eagle - tjni ]; }; } diff --git a/pkgs/development/python-modules/oldest-supported-numpy/default.nix b/pkgs/development/python-modules/oldest-supported-numpy/default.nix index 4cd90976e8d7..0ac12dfffdac 100644 --- a/pkgs/development/python-modules/oldest-supported-numpy/default.nix +++ b/pkgs/development/python-modules/oldest-supported-numpy/default.nix @@ -35,6 +35,5 @@ buildPythonPackage rec { description = "Meta-package providing the oldest supported Numpy for a given Python version and platform"; homepage = "https://github.com/scipy/oldest-supported-numpy"; license = licenses.bsd2; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/pymumble/default.nix b/pkgs/development/python-modules/pymumble/default.nix index e6214b6a9023..f49acec8ad98 100644 --- a/pkgs/development/python-modules/pymumble/default.nix +++ b/pkgs/development/python-modules/pymumble/default.nix @@ -49,7 +49,6 @@ buildPythonPackage { license = licenses.gpl3Only; maintainers = with maintainers; [ thelegy - tjni ]; }; } diff --git a/pkgs/development/python-modules/pytest-ansible/default.nix b/pkgs/development/python-modules/pytest-ansible/default.nix index 26dad1e1409c..1d12c30aec00 100644 --- a/pkgs/development/python-modules/pytest-ansible/default.nix +++ b/pkgs/development/python-modules/pytest-ansible/default.nix @@ -98,7 +98,6 @@ buildPythonPackage rec { changelog = "https://github.com/ansible-community/pytest-ansible/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ - tjni robsliwi ]; }; diff --git a/pkgs/development/python-modules/repeated-test/default.nix b/pkgs/development/python-modules/repeated-test/default.nix index 3a3531458eed..a7a284930a5f 100644 --- a/pkgs/development/python-modules/repeated-test/default.nix +++ b/pkgs/development/python-modules/repeated-test/default.nix @@ -31,6 +31,5 @@ buildPythonPackage rec { homepage = "https://github.com/epsy/repeated_test"; changelog = "https://github.com/epsy/repeated_test/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/setuptools-git-versioning/default.nix b/pkgs/development/python-modules/setuptools-git-versioning/default.nix index f237e9e9934a..993ce0323722 100644 --- a/pkgs/development/python-modules/setuptools-git-versioning/default.nix +++ b/pkgs/development/python-modules/setuptools-git-versioning/default.nix @@ -76,6 +76,5 @@ buildPythonPackage rec { homepage = "https://github.com/dolfinus/setuptools-git-versioning"; changelog = "https://github.com/dolfinus/setuptools-git-versioning/blob/${src.rev}/CHANGELOG.rst"; license = licenses.mit; - maintainers = with maintainers; [ tjni ]; }; } diff --git a/pkgs/development/python-modules/tiny-proxy/default.nix b/pkgs/development/python-modules/tiny-proxy/default.nix index cc2ece83fc9e..37632d6528d5 100644 --- a/pkgs/development/python-modules/tiny-proxy/default.nix +++ b/pkgs/development/python-modules/tiny-proxy/default.nix @@ -35,6 +35,5 @@ buildPythonPackage rec { homepage = "https://github.com/romis2012/tiny-proxy"; changelog = "https://github.com/romis2012/tiny-proxy/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ tjni ]; }; } From 20011978ff07a647f29144a5e66b2d9714bcf3f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:35:49 +0100 Subject: [PATCH 11/12] maintainers: drop uri-canva Reacted to 0 out of 15 maintainer pings in the least 180 days. Commit bit was recently removed for inactivity. --- maintainers/github-teams.json | 4 +--- maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 1 - pkgs/by-name/ba/bazel-buildtools/package.nix | 1 - pkgs/by-name/ed/editorconfig-checker/package.nix | 1 - .../python-modules/algebraic-data-types/default.nix | 1 - pkgs/tools/misc/opentelemetry-collector/releases.nix | 1 - 7 files changed, 1 insertion(+), 14 deletions(-) diff --git a/maintainers/github-teams.json b/maintainers/github-teams.json index 4d16d9dbd75e..578c91d2008b 100644 --- a/maintainers/github-teams.json +++ b/maintainers/github-teams.json @@ -49,8 +49,7 @@ "ethercrow": 222467, "groodt": 343415, "kalbasit": 87115, - "mboes": 51356, - "uri-canva": 33242106 + "mboes": 51356 }, "name": "Bazel" }, @@ -259,7 +258,6 @@ "thefloweringash": 42933, "tricktron": 16036882, "uncenter": 47499684, - "uri-canva": 33242106, "usertam": 22500027, "veprbl": 245573, "viraptor": 188063, diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 56c3b743c420..b34d12288cc2 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -27176,12 +27176,6 @@ githubId = 771193; name = "Matej Urbas"; }; - uri-canva = { - email = "uri@canva.com"; - github = "uri-canva"; - githubId = 33242106; - name = "Uri Baghin"; - }; urlordjames = { email = "urlordjames@gmail.com"; github = "urlordjames"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 96b132615084..414173027bc7 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -79,7 +79,6 @@ with lib.maintainers; bazel = { members = [ mboes - uri-canva cbley olebedev groodt diff --git a/pkgs/by-name/ba/bazel-buildtools/package.nix b/pkgs/by-name/ba/bazel-buildtools/package.nix index b75df275c641..22c6bf019ee2 100644 --- a/pkgs/by-name/ba/bazel-buildtools/package.nix +++ b/pkgs/by-name/ba/bazel-buildtools/package.nix @@ -41,7 +41,6 @@ buildGoModule rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ elasticdog - uri-canva ]; teams = [ lib.teams.bazel ]; }; diff --git a/pkgs/by-name/ed/editorconfig-checker/package.nix b/pkgs/by-name/ed/editorconfig-checker/package.nix index bb1e5400dc1b..4c846ebe7329 100644 --- a/pkgs/by-name/ed/editorconfig-checker/package.nix +++ b/pkgs/by-name/ed/editorconfig-checker/package.nix @@ -42,7 +42,6 @@ buildGoModule (finalAttrs: { homepage = "https://editorconfig-checker.github.io/"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - uri-canva zowoq ]; }; diff --git a/pkgs/development/python-modules/algebraic-data-types/default.nix b/pkgs/development/python-modules/algebraic-data-types/default.nix index e247c3b3f018..25b6a47366a8 100644 --- a/pkgs/development/python-modules/algebraic-data-types/default.nix +++ b/pkgs/development/python-modules/algebraic-data-types/default.nix @@ -39,6 +39,5 @@ buildPythonPackage rec { description = "Algebraic data types for Python"; homepage = "https://github.com/jspahrsummers/adt"; license = licenses.mit; - maintainers = with maintainers; [ uri-canva ]; }; } diff --git a/pkgs/tools/misc/opentelemetry-collector/releases.nix b/pkgs/tools/misc/opentelemetry-collector/releases.nix index dea4fe118699..0dd0d4510afc 100644 --- a/pkgs/tools/misc/opentelemetry-collector/releases.nix +++ b/pkgs/tools/misc/opentelemetry-collector/releases.nix @@ -136,7 +136,6 @@ let ''; license = licenses.asl20; maintainers = with maintainers; [ - uri-canva jk zimbatm ]; From 40beaf55c4592e451fe87cb9ba1f70bf873e5bf2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:36:00 +0100 Subject: [PATCH 12/12] maintainers: drop zakame Reacted to 0 out of 80 maintainer pings in the least 180 days. Commit bit was recently removed with their approval for inactivity. --- ci/OWNERS | 6 +++--- maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 1 - pkgs/by-name/aw/awslimitchecker/package.nix | 1 - pkgs/by-name/ta/taoup/package.nix | 1 - .../python-modules/onetimepass/default.nix | 1 - .../python-modules/timecop/default.nix | 1 - .../python-modules/versionfinder/default.nix | 1 - pkgs/top-level/perl-packages.nix | 17 ----------------- 9 files changed, 3 insertions(+), 32 deletions(-) diff --git a/ci/OWNERS b/ci/OWNERS index e7b4fd3c2de4..19100d11b58e 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -206,9 +206,9 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza /pkgs/top-level/haskell-packages.nix @sternenseemann @maralorn @wolfgangwalther # Perl -/pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg -/pkgs/top-level/perl-packages.nix @stigtsp @zakame @marcusramberg -/pkgs/development/perl-modules @stigtsp @zakame @marcusramberg +/pkgs/development/interpreters/perl @stigtsp @marcusramberg +/pkgs/top-level/perl-packages.nix @stigtsp @marcusramberg +/pkgs/development/perl-modules @stigtsp @marcusramberg # R /pkgs/applications/science/math/R @jbedo diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index b34d12288cc2..efb8e85df618 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -29047,12 +29047,6 @@ githubId = 62440012; name = "Zain Kergaye"; }; - zakame = { - email = "zakame@zakame.net"; - github = "zakame"; - githubId = 110625; - name = "Zak B. Elep"; - }; zakkor = { email = "edward.dalbon@gmail.com"; github = "zakkor"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 414173027bc7..d7bd0f8d3e0b 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -786,7 +786,6 @@ with lib.maintainers; members = [ sgo marcusramberg - zakame ]; scope = "Maintain the Perl interpreter and Perl packages."; shortName = "Perl"; diff --git a/pkgs/by-name/aw/awslimitchecker/package.nix b/pkgs/by-name/aw/awslimitchecker/package.nix index e309decf0818..e4c9d704ebe7 100644 --- a/pkgs/by-name/aw/awslimitchecker/package.nix +++ b/pkgs/by-name/aw/awslimitchecker/package.nix @@ -57,7 +57,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "http://awslimitchecker.readthedocs.org"; changelog = "https://github.com/jantman/awslimitchecker/blob/${version}/CHANGES.rst"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ zakame ]; mainProgram = "awslimitchecker"; }; } diff --git a/pkgs/by-name/ta/taoup/package.nix b/pkgs/by-name/ta/taoup/package.nix index 6dd95c8ca094..f1cc9a3034be 100644 --- a/pkgs/by-name/ta/taoup/package.nix +++ b/pkgs/by-name/ta/taoup/package.nix @@ -73,6 +73,5 @@ stdenv.mkDerivation rec { description = "Tao of Unix Programming (Ruby-powered ANSI colored fortunes)"; homepage = "https://github.com/globalcitizen/taoup"; license = lib.licenses.gpl3Only; - maintainers = [ lib.maintainers.zakame ]; }; } diff --git a/pkgs/development/python-modules/onetimepass/default.nix b/pkgs/development/python-modules/onetimepass/default.nix index d43fdbc99bdf..6c0134af870f 100644 --- a/pkgs/development/python-modules/onetimepass/default.nix +++ b/pkgs/development/python-modules/onetimepass/default.nix @@ -39,6 +39,5 @@ buildPythonPackage rec { homepage = "https://github.com/tadeck/onetimepass"; changelog = "https://github.com/tadeck/onetimepass/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ zakame ]; }; } diff --git a/pkgs/development/python-modules/timecop/default.nix b/pkgs/development/python-modules/timecop/default.nix index 8099f646606c..67fc8cd042ad 100644 --- a/pkgs/development/python-modules/timecop/default.nix +++ b/pkgs/development/python-modules/timecop/default.nix @@ -34,6 +34,5 @@ buildPythonPackage rec { description = "Port of the most excellent TimeCop Ruby Gem for Python"; homepage = "https://github.com/bluekelp/pytimecop"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ zakame ]; }; } diff --git a/pkgs/development/python-modules/versionfinder/default.nix b/pkgs/development/python-modules/versionfinder/default.nix index 647b339f4e90..f27decd2c109 100644 --- a/pkgs/development/python-modules/versionfinder/default.nix +++ b/pkgs/development/python-modules/versionfinder/default.nix @@ -55,6 +55,5 @@ buildPythonPackage rec { homepage = "https://github.com/jantman/versionfinder"; changelog = "https://github.com/jantman/versionfinder/blob/${version}/CHANGES.rst"; license = licenses.agpl3Plus; - maintainers = with maintainers; [ zakame ]; }; } diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 635664447ddd..72b09d91b201 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -1269,7 +1269,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; mainProgram = "cpm"; }; }; @@ -5721,7 +5720,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -6690,7 +6688,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -14482,7 +14479,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -14505,7 +14501,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -17385,7 +17380,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -21313,7 +21307,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -21759,7 +21752,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -22856,7 +22848,6 @@ with self; description = "(DISCOURAGED) Promises/A+ and flow-control helpers"; homepage = "https://github.com/jberger/Mojo-IOLoop-Delay"; license = with lib.licenses; [ artistic2 ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -22884,7 +22875,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -25156,7 +25146,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -25237,7 +25226,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -26597,7 +26585,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -27076,7 +27063,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -32358,7 +32344,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -39100,7 +39085,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; }; @@ -39119,7 +39103,6 @@ with self; artistic1 gpl1Plus ]; - maintainers = [ maintainers.zakame ]; }; };