From e6ffd4c8d19b2f2775d949debf74073d0af1594d Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Tue, 24 Mar 2020 01:21:33 -0400 Subject: [PATCH] radicale 1.x: remove aneeshusa as maintainer --- pkgs/servers/radicale/1.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/radicale/1.x.nix b/pkgs/servers/radicale/1.x.nix index bfc681c921b9..83fa2506800f 100644 --- a/pkgs/servers/radicale/1.x.nix +++ b/pkgs/servers/radicale/1.x.nix @@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec { ''; license = licenses.gpl3Plus; platforms = platforms.all; - maintainers = with maintainers; [ edwtjo pSub aneeshusa ]; + maintainers = with maintainers; [ edwtjo pSub ]; }; }