From 4fce4bfdbde8d57822a9b12949d6b1d2b0319536 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 23 Sep 2021 08:57:05 -0600 Subject: [PATCH] python3Packages.mautrix: add sumnerevans as maintainer --- pkgs/development/python-modules/mautrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mautrix/default.nix b/pkgs/development/python-modules/mautrix/default.nix index 01e84a59b64e..6e0beb797495 100644 --- a/pkgs/development/python-modules/mautrix/default.nix +++ b/pkgs/development/python-modules/mautrix/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { homepage = "https://github.com/tulir/mautrix-python"; description = "A Python 3 asyncio Matrix framework."; license = licenses.mpl20; - maintainers = with maintainers; [ nyanloutre ma27 ]; + maintainers = with maintainers; [ nyanloutre ma27 sumnerevans ]; }; }