From e02368e3e8859b2e66211b11d870a4172cefa356 Mon Sep 17 00:00:00 2001 From: SharzyL Date: Wed, 17 Jul 2024 14:14:28 +0800 Subject: [PATCH] beancount: maintainers remove bhipple, add sharzy & polarmutex --- pkgs/development/python-modules/beancount/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/beancount/default.nix b/pkgs/development/python-modules/beancount/default.nix index ebe39136080e..81cf300fe559 100644 --- a/pkgs/development/python-modules/beancount/default.nix +++ b/pkgs/development/python-modules/beancount/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { generate a variety of reports from them, and provides a web interface. ''; license = licenses.gpl2Only; - maintainers = with maintainers; [ bhipple ]; + maintainers = with maintainers; [ sharzy polarmutex ]; }; }