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
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user