From cb14c825c81f45a057ec44839e3863d91a62368f Mon Sep 17 00:00:00 2001 From: Alex Holder Date: Tue, 22 Aug 2023 13:10:21 +0100 Subject: [PATCH] scli: remove @alexeyre from maintainers --- pkgs/applications/misc/scli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/scli/default.nix b/pkgs/applications/misc/scli/default.nix index 4da57993fb87..7791f694e857 100644 --- a/pkgs/applications/misc/scli/default.nix +++ b/pkgs/applications/misc/scli/default.nix @@ -53,6 +53,6 @@ python3.pkgs.buildPythonApplication rec { description = "Simple terminal user interface for Signal"; homepage = "https://github.com/isamert/scli"; license = licenses.gpl3Only; - maintainers = with maintainers; [ alexeyre ]; + maintainers = with maintainers; [ ]; }; }