diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f675159929cb..083bdc4280bc 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6905,12 +6905,6 @@ githubId = 187309685; name = "Drew Council"; }; - drewrisinger = { - email = "drisinger+nixpkgs@gmail.com"; - github = "drewrisinger"; - githubId = 10198051; - name = "Drew Risinger"; - }; dritter = { email = "dritter03@googlemail.com"; github = "dritter"; diff --git a/pkgs/by-name/li/libcint/package.nix b/pkgs/by-name/li/libcint/package.nix index 0e6fa2408c0a..a85880b587a5 100644 --- a/pkgs/by-name/li/libcint/package.nix +++ b/pkgs/by-name/li/libcint/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { downloadPage = "https://github.com/sunqm/libcint"; changelog = "https://github.com/sunqm/libcint/blob/master/ChangeLog"; license = licenses.bsd2; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/mu/muparserx/package.nix b/pkgs/by-name/mu/muparserx/package.nix index 4c1071eb2c68..d30fac0d67f6 100644 --- a/pkgs/by-name/mu/muparserx/package.nix +++ b/pkgs/by-name/mu/muparserx/package.nix @@ -35,6 +35,6 @@ stdenv.mkDerivation rec { description = "C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more"; homepage = "https://beltoforion.de/en/muparserx/"; license = licenses.bsd2; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/cirq-core/default.nix b/pkgs/development/python-modules/cirq-core/default.nix index 571550ba24f2..f14dc0b8c569 100644 --- a/pkgs/development/python-modules/cirq-core/default.nix +++ b/pkgs/development/python-modules/cirq-core/default.nix @@ -108,7 +108,6 @@ buildPythonPackage rec { changelog = "https://github.com/quantumlib/Cirq/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - drewrisinger fab ]; }; diff --git a/pkgs/development/python-modules/cvxpy/default.nix b/pkgs/development/python-modules/cvxpy/default.nix index 1234264f35d7..6c1083f5a2ee 100644 --- a/pkgs/development/python-modules/cvxpy/default.nix +++ b/pkgs/development/python-modules/cvxpy/default.nix @@ -94,6 +94,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/cvxpy/cvxpy//releases"; changelog = "https://github.com/cvxpy/cvxpy/releases/tag/v${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/dlx/default.nix b/pkgs/development/python-modules/dlx/default.nix index 6951f64315dd..588f47b127c5 100644 --- a/pkgs/development/python-modules/dlx/default.nix +++ b/pkgs/development/python-modules/dlx/default.nix @@ -30,6 +30,6 @@ buildPythonPackage { description = "Implementation of Donald Knuth's Dancing Links algorithm"; homepage = "https://github.com/sraaphorst/dlx_python"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/docloud/default.nix b/pkgs/development/python-modules/docloud/default.nix index 5c7c57811543..cf7e5d333f0d 100644 --- a/pkgs/development/python-modules/docloud/default.nix +++ b/pkgs/development/python-modules/docloud/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { description = "IBM Decision Optimization on Cloud Python client"; homepage = "https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/docplex/default.nix b/pkgs/development/python-modules/docplex/default.nix index f28c1e99cd68..5c0cd075f546 100644 --- a/pkgs/development/python-modules/docplex/default.nix +++ b/pkgs/development/python-modules/docplex/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "IBM Decision Optimization CPLEX Modeling for Python"; homepage = "https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/duet/default.nix b/pkgs/development/python-modules/duet/default.nix index 739f84709af1..3101d0da03b5 100644 --- a/pkgs/development/python-modules/duet/default.nix +++ b/pkgs/development/python-modules/duet/default.nix @@ -35,9 +35,9 @@ buildPythonPackage rec { "test_repeated_sleep" ]; - meta = with lib; { + meta = { description = "Simple future-based async library for python"; homepage = "https://github.com/google/duet"; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/ecos/default.nix b/pkgs/development/python-modules/ecos/default.nix index 521dee031479..748e88cd25f0 100644 --- a/pkgs/development/python-modules/ecos/default.nix +++ b/pkgs/development/python-modules/ecos/default.nix @@ -45,6 +45,6 @@ buildPythonPackage rec { homepage = "https://github.com/embotech/ecos-python"; changelog = "https://github.com/embotech/ecos-python/releases/tag/v${version}"; license = licenses.gpl3Only; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/fastdtw/default.nix b/pkgs/development/python-modules/fastdtw/default.nix index 2164f63c51a1..5fa542831a3d 100644 --- a/pkgs/development/python-modules/fastdtw/default.nix +++ b/pkgs/development/python-modules/fastdtw/default.nix @@ -56,6 +56,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/slaypni/fastdtw"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/fastjsonschema/default.nix b/pkgs/development/python-modules/fastjsonschema/default.nix index ae2d51d9e9f4..db73ff4710d6 100644 --- a/pkgs/development/python-modules/fastjsonschema/default.nix +++ b/pkgs/development/python-modules/fastjsonschema/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/horejsek/python-fastjsonschema"; homepage = "https://horejsek.github.io/python-fastjsonschema/"; license = licenses.bsd3; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/ipyvue/default.nix b/pkgs/development/python-modules/ipyvue/default.nix index 8a7991648d02..6fc90d99fd77 100644 --- a/pkgs/development/python-modules/ipyvue/default.nix +++ b/pkgs/development/python-modules/ipyvue/default.nix @@ -28,6 +28,6 @@ buildPythonPackage rec { description = "Jupyter widgets base for Vue libraries"; homepage = "https://github.com/mariobuikhuizen/ipyvue"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/ipyvuetify/default.nix b/pkgs/development/python-modules/ipyvuetify/default.nix index 718a390a6a02..4f37bd1b055d 100644 --- a/pkgs/development/python-modules/ipyvuetify/default.nix +++ b/pkgs/development/python-modules/ipyvuetify/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { description = "Jupyter widgets based on Vuetify UI Components"; homepage = "https://github.com/mariobuikhuizen/ipyvuetify"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/lark/default.nix b/pkgs/development/python-modules/lark/default.nix index d6baab279b19..5c7f2ff3e549 100644 --- a/pkgs/development/python-modules/lark/default.nix +++ b/pkgs/development/python-modules/lark/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://lark-parser.readthedocs.io/"; changelog = "https://github.com/lark-parser/lark/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/marshmallow-polyfield/default.nix b/pkgs/development/python-modules/marshmallow-polyfield/default.nix index c4e5ad21e819..5230a614c6b1 100644 --- a/pkgs/development/python-modules/marshmallow-polyfield/default.nix +++ b/pkgs/development/python-modules/marshmallow-polyfield/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "Extension to Marshmallow to allow for polymorphic fields"; homepage = "https://github.com/Bachmann1234/marshmallow-polyfield"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/minimock/default.nix b/pkgs/development/python-modules/minimock/default.nix index a10fa1f89a7f..543c32987f85 100644 --- a/pkgs/development/python-modules/minimock/default.nix +++ b/pkgs/development/python-modules/minimock/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "Minimalistic mocking library"; homepage = "https://pypi.python.org/pypi/MiniMock"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/multitasking/default.nix b/pkgs/development/python-modules/multitasking/default.nix index edfbece090b1..f41f27e14693 100644 --- a/pkgs/development/python-modules/multitasking/default.nix +++ b/pkgs/development/python-modules/multitasking/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Non-blocking Python methods using decorators"; homepage = "https://github.com/ranaroussi/multitasking"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/osqp/default.nix b/pkgs/development/python-modules/osqp/default.nix index e2bcaa300c67..d7ea2d74430c 100644 --- a/pkgs/development/python-modules/osqp/default.nix +++ b/pkgs/development/python-modules/osqp/default.nix @@ -108,6 +108,6 @@ buildPythonPackage rec { homepage = "https://osqp.org/"; downloadPage = "https://github.com/oxfordcontrol/osqp-python/releases"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/pproxy/default.nix b/pkgs/development/python-modules/pproxy/default.nix index c08d2de25aa8..8d355218a0cc 100644 --- a/pkgs/development/python-modules/pproxy/default.nix +++ b/pkgs/development/python-modules/pproxy/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { mainProgram = "pproxy"; homepage = "https://github.com/qwj/python-proxy"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/pylatexenc/default.nix b/pkgs/development/python-modules/pylatexenc/default.nix index d48fe47bf447..61dded2a3b6e 100644 --- a/pkgs/development/python-modules/pylatexenc/default.nix +++ b/pkgs/development/python-modules/pylatexenc/default.nix @@ -26,6 +26,6 @@ buildPythonPackage rec { downloadPage = "https://www.github.com/phfaist/pylatexenc/releases"; changelog = "https://pylatexenc.readthedocs.io/en/latest/changes/"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/python-constraint/default.nix b/pkgs/development/python-modules/python-constraint/default.nix index 1c402663a675..24bbd022c2a5 100644 --- a/pkgs/development/python-modules/python-constraint/default.nix +++ b/pkgs/development/python-modules/python-constraint/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { homepage = "https://labix.org/doc/constraint/"; downloadPage = "https://github.com/python-constraint/python-constraint/releases"; license = licenses.bsd2; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qdldl/default.nix b/pkgs/development/python-modules/qdldl/default.nix index 49e97e832b5c..9b53768ecf76 100644 --- a/pkgs/development/python-modules/qdldl/default.nix +++ b/pkgs/development/python-modules/qdldl/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { homepage = "https://github.com/osqp/qdldl-python"; changelog = "https://github.com/osqp/qdldl-python/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-aer/default.nix b/pkgs/development/python-modules/qiskit-aer/default.nix index 6e208ebb8069..4a61d4ae3c82 100644 --- a/pkgs/development/python-modules/qiskit-aer/default.nix +++ b/pkgs/development/python-modules/qiskit-aer/default.nix @@ -151,6 +151,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/QISKit/qiskit-aer/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-finance/default.nix b/pkgs/development/python-modules/qiskit-finance/default.nix index 56551914b2e4..d01ebc3e7593 100644 --- a/pkgs/development/python-modules/qiskit-finance/default.nix +++ b/pkgs/development/python-modules/qiskit-finance/default.nix @@ -83,6 +83,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/QISKit/qiskit-optimization/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix b/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix index 089fdde389ce..6f2d5881f5ed 100644 --- a/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix +++ b/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix @@ -104,6 +104,6 @@ buildPythonPackage rec { homepage = "https://github.com/Qiskit/qiskit-ibmq-provider"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-ignis/default.nix b/pkgs/development/python-modules/qiskit-ignis/default.nix index 02b6b29de9c7..9fb6826634aa 100644 --- a/pkgs/development/python-modules/qiskit-ignis/default.nix +++ b/pkgs/development/python-modules/qiskit-ignis/default.nix @@ -71,6 +71,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/QISKit/qiskit-ignis/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-machine-learning/default.nix b/pkgs/development/python-modules/qiskit-machine-learning/default.nix index 559d858e0fbb..d9c751d8b95e 100644 --- a/pkgs/development/python-modules/qiskit-machine-learning/default.nix +++ b/pkgs/development/python-modules/qiskit-machine-learning/default.nix @@ -89,6 +89,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/QISKit/qiskit-optimization/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-nature/default.nix b/pkgs/development/python-modules/qiskit-nature/default.nix index f8419b9810d4..306cacfc9265 100644 --- a/pkgs/development/python-modules/qiskit-nature/default.nix +++ b/pkgs/development/python-modules/qiskit-nature/default.nix @@ -76,6 +76,6 @@ buildPythonPackage rec { binaryNativeCode # drivers/gaussiand/gauopen/*.so ]; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-optimization/default.nix b/pkgs/development/python-modules/qiskit-optimization/default.nix index c2408686d6ff..b063e8d3786b 100644 --- a/pkgs/development/python-modules/qiskit-optimization/default.nix +++ b/pkgs/development/python-modules/qiskit-optimization/default.nix @@ -66,6 +66,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/QISKit/qiskit-optimization/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit-terra/default.nix b/pkgs/development/python-modules/qiskit-terra/default.nix index 232cae299dd4..b333497ed5db 100644 --- a/pkgs/development/python-modules/qiskit-terra/default.nix +++ b/pkgs/development/python-modules/qiskit-terra/default.nix @@ -220,6 +220,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/QISKit/qiskit-terra/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/qiskit/default.nix b/pkgs/development/python-modules/qiskit/default.nix index 38bd460cff8a..7a54eb295059 100644 --- a/pkgs/development/python-modules/qiskit/default.nix +++ b/pkgs/development/python-modules/qiskit/default.nix @@ -72,7 +72,6 @@ buildPythonPackage rec { changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; maintainers = with maintainers; [ - drewrisinger pandaman ]; }; diff --git a/pkgs/development/python-modules/qstylizer/default.nix b/pkgs/development/python-modules/qstylizer/default.nix index 5396e38834df..9201bc677bdd 100644 --- a/pkgs/development/python-modules/qstylizer/default.nix +++ b/pkgs/development/python-modules/qstylizer/default.nix @@ -54,6 +54,6 @@ buildPythonPackage rec { description = "Qt stylesheet generation utility for PyQt/PySide"; homepage = "https://github.com/blambright/qstylizer"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/scs/default.nix b/pkgs/development/python-modules/scs/default.nix index 70292a711206..e6fe0b20db9f 100644 --- a/pkgs/development/python-modules/scs/default.nix +++ b/pkgs/development/python-modules/scs/default.nix @@ -68,6 +68,6 @@ buildPythonPackage rec { downloadPage = "https://github.com/bodono/scs-python"; changelog = "https://github.com/bodono/scs-python/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/tables/default.nix b/pkgs/development/python-modules/tables/default.nix index bab23c58c0d9..0357ae53d639 100644 --- a/pkgs/development/python-modules/tables/default.nix +++ b/pkgs/development/python-modules/tables/default.nix @@ -102,6 +102,6 @@ buildPythonPackage rec { homepage = "https://www.pytables.org/"; changelog = "https://github.com/PyTables/PyTables/releases/tag/v${version}"; license = licenses.bsd2; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/tweedledum/default.nix b/pkgs/development/python-modules/tweedledum/default.nix index 2cc2de443b30..365531bb7633 100644 --- a/pkgs/development/python-modules/tweedledum/default.nix +++ b/pkgs/development/python-modules/tweedledum/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { description = "Library for synthesizing and manipulating quantum circuits"; homepage = "https://github.com/boschmitt/tweedledum"; license = licenses.mit; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/yfinance/default.nix b/pkgs/development/python-modules/yfinance/default.nix index c8efa3b2f66c..14cedb9370b8 100644 --- a/pkgs/development/python-modules/yfinance/default.nix +++ b/pkgs/development/python-modules/yfinance/default.nix @@ -75,6 +75,6 @@ buildPythonPackage rec { homepage = "https://github.com/ranaroussi/yfinance"; changelog = "https://github.com/ranaroussi/yfinance/blob/${src.tag}/CHANGELOG.rst"; license = licenses.asl20; - maintainers = with maintainers; [ drewrisinger ]; + maintainers = [ ]; }; }