From 4c530935715a69b0fc0eb9fb058b14ccadd07a26 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 19 Jan 2026 11:18:40 +0000 Subject: [PATCH] python3Packages.qcodes: remove evilmav from maintainers --- pkgs/development/python-modules/qcodes/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/qcodes/default.nix b/pkgs/development/python-modules/qcodes/default.nix index 33a7e8547639..c03515983db7 100644 --- a/pkgs/development/python-modules/qcodes/default.nix +++ b/pkgs/development/python-modules/qcodes/default.nix @@ -209,6 +209,6 @@ buildPythonPackage (finalAttrs: { downloadPage = "https://github.com/QCoDeS/Qcodes"; homepage = "https://qcodes.github.io/Qcodes/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ evilmav ]; + maintainers = with lib.maintainers; [ ]; }; })