From 67e4741194dfe6f6680c21ed028d40fdbdaa2806 Mon Sep 17 00:00:00 2001 From: GetPsyched Date: Sat, 27 Jul 2024 12:22:16 +0530 Subject: [PATCH] python3Packages.discordpy: add getpsyched as maintainer --- pkgs/development/python-modules/discordpy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/discordpy/default.nix b/pkgs/development/python-modules/discordpy/default.nix index 023b14113622..155d5613ebfd 100644 --- a/pkgs/development/python-modules/discordpy/default.nix +++ b/pkgs/development/python-modules/discordpy/default.nix @@ -62,6 +62,6 @@ buildPythonPackage rec { homepage = "https://discordpy.rtfd.org/"; changelog = "https://github.com/Rapptz/discord.py/blob/v${version}/docs/whats_new.rst"; license = licenses.mit; - maintainers = [ ]; + maintainers = with maintainers; [ getpsyched ]; }; }