From 0f5f6f617a0bd880279b2178a5b85c2e07ebc4df Mon Sep 17 00:00:00 2001 From: Alex Eyre Date: Sun, 8 May 2022 08:51:56 +0100 Subject: [PATCH 1/3] maintainers: rename @alex-eyre to @alexeyre --- maintainers/maintainer-list.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ea6c701ca8ce..35616b4d2126 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -530,9 +530,9 @@ githubId = 782180; name = "Alex Vorobiev"; }; - alex-eyre = { + alexeyre = { email = "A.Eyre@sms.ed.ac.uk"; - github = "alex-eyre"; + github = "alexeyre"; githubId = 38869148; name = "Alex Eyre"; }; From f18b66dd983f88e552fcd2b069284fe4cd0217b2 Mon Sep 17 00:00:00 2001 From: Alex Eyre Date: Sun, 8 May 2022 08:55:27 +0100 Subject: [PATCH 2/3] nimbo: change maintainer @alex-eyre to @alexeyre --- pkgs/applications/misc/nimbo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/nimbo/default.nix b/pkgs/applications/misc/nimbo/default.nix index 8af9d1471a08..5ad86eeccd44 100644 --- a/pkgs/applications/misc/nimbo/default.nix +++ b/pkgs/applications/misc/nimbo/default.nix @@ -52,6 +52,6 @@ python3.pkgs.buildPythonApplication rec { description = "Run machine learning jobs on AWS with a single command"; homepage = "https://github.com/nimbo-sh/nimbo"; license = licenses.bsl11; - maintainers = with maintainers; [ alex-eyre noreferences ]; + maintainers = with maintainers; [ alexeyre noreferences ]; }; } From 08085640ee1094bb5fa18b0e962ae64c8f6cc1d8 Mon Sep 17 00:00:00 2001 From: Alex Eyre Date: Sun, 8 May 2022 08:56:30 +0100 Subject: [PATCH 3/3] 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 6a32b395be9d..9729301f6e74 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 ]; }; }