lol

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

+8 -8
+6 -6
maintainers/maintainer-list.nix
··· 193 193 githubId = 315003; 194 194 name = "Adam Saponara"; 195 195 }; 196 - aepsil0n = { 197 - email = "eduard.bopp@aepsil0n.de"; 198 - github = "aepsil0n"; 199 - githubId = 3098430; 200 - name = "Eduard Bopp"; 201 - }; 202 196 aerialx = { 203 197 email = "aaron+nixos@aaronlindsay.com"; 204 198 github = "AerialX"; ··· 2181 2175 github = "edef1c"; 2182 2176 githubId = 50854; 2183 2177 name = "edef"; 2178 + }; 2179 + edibopp = { 2180 + email = "eduard.bopp@aepsil0n.de"; 2181 + github = "edibopp"; 2182 + githubId = 3098430; 2183 + name = "Eduard Bopp"; 2184 2184 }; 2185 2185 emantor = { 2186 2186 email = "rouven+nixos@czerwinskis.de";
+1 -1
pkgs/development/python-modules/alot/default.nix
··· 61 61 description = "Terminal MUA using notmuch mail"; 62 62 license = licenses.gpl3; 63 63 platforms = platforms.linux; 64 - maintainers = with maintainers; [ aepsil0n ]; 64 + maintainers = with maintainers; [ edibopp ]; 65 65 }; 66 66 }
+1 -1
pkgs/development/python-modules/parsy/default.nix
··· 21 21 homepage = "https://github.com/python-parsy/parsy"; 22 22 description = "Easy-to-use parser combinators, for parsing in pure Python"; 23 23 license = [ licenses.mit ]; 24 - maintainers = with maintainers; [ aepsil0n ]; 24 + maintainers = with maintainers; [ edibopp ]; 25 25 }; 26 26 }