From d7610bb34b5f2dd914c646020f4e0bd1bf638a60 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 22 Aug 2026 13:09:24 +0200 Subject: [PATCH] python3Packages.msmart-ng: drop emilylange as maintainer --- pkgs/development/python-modules/msmart-ng/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/msmart-ng/default.nix b/pkgs/development/python-modules/msmart-ng/default.nix index eba5ab574930..0e19cc41e0f3 100644 --- a/pkgs/development/python-modules/msmart-ng/default.nix +++ b/pkgs/development/python-modules/msmart-ng/default.nix @@ -51,7 +51,6 @@ buildPythonPackage rec { mainProgram = "msmart-ng"; maintainers = with lib.maintainers; [ hexa - emilylange ]; }; }