From 84b5d5dfef380c5c396146ae1ca4207db1dbae9d Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Wed, 3 Jun 2020 15:42:55 +0200 Subject: [PATCH] Update my GitHub username I recently changed the username, so this reflects that change to make sure people find me. For confirmation, check that the GitHub ID is still 3098430 for my new username using the GitHub API: https://api.github.com/users/edibopp --- maintainers/maintainer-list.nix | 12 ++++++------ pkgs/development/python-modules/alot/default.nix | 2 +- pkgs/development/python-modules/parsy/default.nix | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6d677218115a..be08c6fe9961 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -193,12 +193,6 @@ githubId = 315003; name = "Adam Saponara"; }; - aepsil0n = { - email = "eduard.bopp@aepsil0n.de"; - github = "aepsil0n"; - githubId = 3098430; - name = "Eduard Bopp"; - }; aerialx = { email = "aaron+nixos@aaronlindsay.com"; github = "AerialX"; @@ -2182,6 +2176,12 @@ githubId = 50854; name = "edef"; }; + edibopp = { + email = "eduard.bopp@aepsil0n.de"; + github = "edibopp"; + githubId = 3098430; + name = "Eduard Bopp"; + }; emantor = { email = "rouven+nixos@czerwinskis.de"; github = "emantor"; diff --git a/pkgs/development/python-modules/alot/default.nix b/pkgs/development/python-modules/alot/default.nix index a2012132024b..04b2d898e66a 100644 --- a/pkgs/development/python-modules/alot/default.nix +++ b/pkgs/development/python-modules/alot/default.nix @@ -61,6 +61,6 @@ buildPythonPackage rec { description = "Terminal MUA using notmuch mail"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ aepsil0n ]; + maintainers = with maintainers; [ edibopp ]; }; } diff --git a/pkgs/development/python-modules/parsy/default.nix b/pkgs/development/python-modules/parsy/default.nix index 156da0885473..ab4aeba84b69 100644 --- a/pkgs/development/python-modules/parsy/default.nix +++ b/pkgs/development/python-modules/parsy/default.nix @@ -21,6 +21,6 @@ buildPythonPackage rec { homepage = "https://github.com/python-parsy/parsy"; description = "Easy-to-use parser combinators, for parsing in pure Python"; license = [ licenses.mit ]; - maintainers = with maintainers; [ aepsil0n ]; + maintainers = with maintainers; [ edibopp ]; }; }