Skip to content

Commit

Permalink
Merge pull request NixOS#89409 from edibopp/change-username
Browse files Browse the repository at this point in the history
Update my GitHub username
  • Loading branch information
domenkozar authored Jun 3, 2020
2 parents 8a9cbdb + 84b5d5d commit b759127
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@
githubId = 315003;
name = "Adam Saponara";
};
aepsil0n = {
email = "[email protected]";
github = "aepsil0n";
githubId = 3098430;
name = "Eduard Bopp";
};
aerialx = {
email = "[email protected]";
github = "AerialX";
Expand Down Expand Up @@ -2182,6 +2176,12 @@
githubId = 50854;
name = "edef";
};
edibopp = {
email = "[email protected]";
github = "edibopp";
githubId = 3098430;
name = "Eduard Bopp";
};
emantor = {
email = "[email protected]";
github = "emantor";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/alot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/parsy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit b759127

Please sign in to comment.