python3Packages.discordpy: add getpsyched as maintainer

This commit is contained in:
GetPsyched
2024-07-31 09:57:30 +05:30
parent 3dcfab7d31
commit 67e4741194
@@ -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 ];
};
}