Merge pull request #89409 from edibopp/change-username
Update my GitHub username
This commit is contained in:
commit
b759127127
@ -193,12 +193,6 @@
|
|||||||
githubId = 315003;
|
githubId = 315003;
|
||||||
name = "Adam Saponara";
|
name = "Adam Saponara";
|
||||||
};
|
};
|
||||||
aepsil0n = {
|
|
||||||
email = "eduard.bopp@aepsil0n.de";
|
|
||||||
github = "aepsil0n";
|
|
||||||
githubId = 3098430;
|
|
||||||
name = "Eduard Bopp";
|
|
||||||
};
|
|
||||||
aerialx = {
|
aerialx = {
|
||||||
email = "aaron+nixos@aaronlindsay.com";
|
email = "aaron+nixos@aaronlindsay.com";
|
||||||
github = "AerialX";
|
github = "AerialX";
|
||||||
@ -2182,6 +2176,12 @@
|
|||||||
githubId = 50854;
|
githubId = 50854;
|
||||||
name = "edef";
|
name = "edef";
|
||||||
};
|
};
|
||||||
|
edibopp = {
|
||||||
|
email = "eduard.bopp@aepsil0n.de";
|
||||||
|
github = "edibopp";
|
||||||
|
githubId = 3098430;
|
||||||
|
name = "Eduard Bopp";
|
||||||
|
};
|
||||||
emantor = {
|
emantor = {
|
||||||
email = "rouven+nixos@czerwinskis.de";
|
email = "rouven+nixos@czerwinskis.de";
|
||||||
github = "emantor";
|
github = "emantor";
|
||||||
|
@ -61,6 +61,6 @@ buildPythonPackage rec {
|
|||||||
description = "Terminal MUA using notmuch mail";
|
description = "Terminal MUA using notmuch mail";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ aepsil0n ];
|
maintainers = with maintainers; [ edibopp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/python-parsy/parsy";
|
homepage = "https://github.com/python-parsy/parsy";
|
||||||
description = "Easy-to-use parser combinators, for parsing in pure Python";
|
description = "Easy-to-use parser combinators, for parsing in pure Python";
|
||||||
license = [ licenses.mit ];
|
license = [ licenses.mit ];
|
||||||
maintainers = with maintainers; [ aepsil0n ];
|
maintainers = with maintainers; [ edibopp ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user