From 08085640ee1094bb5fa18b0e962ae64c8f6cc1d8 Mon Sep 17 00:00:00 2001 From: Alex Eyre Date: Sun, 8 May 2022 08:56:30 +0100 Subject: [PATCH] scli: change maintainer @alex-eyre to @alexeyre --- 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 6a32b395be9..9729301f6e7 100644 --- a/pkgs/applications/misc/scli/default.nix +++ b/pkgs/applications/misc/scli/default.nix @@ -47,6 +47,6 @@ python3.pkgs.buildPythonApplication rec { description = "Simple terminal user interface for Signal"; homepage = "https://github.com/isamert/scli"; license = licenses.gpl3Only; - maintainers = with maintainers; [ alex-eyre ]; + maintainers = with maintainers; [ alexeyre ]; }; }