summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aioapns
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-11-02 21:38:27 -0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-02 18:22:31 -0700
commitdf4fac48fcdd1758f41eea9fdfc6843308a4bdcf (patch)
tree4935024db1d040249ed2d35e301f85894f6f4627 /pkgs/development/python-modules/aioapns
parent679fb825a2d12b701de7eeba97a968a3252258af (diff)
maintainers: remove superherointj
Diffstat (limited to 'pkgs/development/python-modules/aioapns')
-rw-r--r--pkgs/development/python-modules/aioapns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aioapns/default.nix b/pkgs/development/python-modules/aioapns/default.nix
index b9428449d2c8..47e8de0f8d26 100644
--- a/pkgs/development/python-modules/aioapns/default.nix
+++ b/pkgs/development/python-modules/aioapns/default.nix
@@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "An efficient APNs Client Library for Python/asyncio";
homepage = "https://github.com/Fatal1ty/aioapns";
license = licenses.asl20;
- maintainers = with maintainers; [ superherointj ];
+ maintainers = with maintainers; [ ];
};
}