2020-05-02 16:30:55 +02:00
|
|
|
# Home Manager maintainers.
|
|
|
|
#
|
|
|
|
# This attribute set contains Home Manager module maintainers that do
|
|
|
|
# not have an entry in the Nixpkgs maintainer list [1]. Entries here
|
|
|
|
# are expected to be follow the same format as described in [1].
|
|
|
|
#
|
|
|
|
# [1] https://github.com/NixOS/nixpkgs/blob/fca0d6e093c82b31103dc0dacc48da2a9b06e24b/maintainers/maintainer-list.nix#LC1
|
|
|
|
|
|
|
|
{
|
2020-05-01 05:49:20 +02:00
|
|
|
justinlovinger = {
|
|
|
|
name = "Justin Lovinger";
|
|
|
|
email = "git@justinlovinger.com";
|
|
|
|
github = "JustinLovinger";
|
|
|
|
githubId = 7183441;
|
|
|
|
};
|
2020-05-02 16:30:55 +02:00
|
|
|
owm111 = {
|
|
|
|
email = "7798336+owm111@users.noreply.github.com";
|
|
|
|
name = "Owen McGrath";
|
|
|
|
github = "owm111";
|
|
|
|
githubId = 7798336;
|
|
|
|
};
|
2020-06-16 03:47:58 +02:00
|
|
|
cwyc = {
|
|
|
|
email = "cwyc@users.noreply.github.com";
|
|
|
|
name = "cwyc";
|
|
|
|
github = "cwyc";
|
|
|
|
githubId = 16950437;
|
|
|
|
};
|
2020-08-26 21:20:54 +02:00
|
|
|
olmokramer = {
|
|
|
|
name = "Olmo Kramer";
|
|
|
|
email = "olmokramer@users.noreply.github.com";
|
|
|
|
github = "olmokramer";
|
|
|
|
githubId = 3612514;
|
|
|
|
};
|
2020-11-28 01:47:35 +01:00
|
|
|
matrss = {
|
|
|
|
name = "Matthias Riße";
|
|
|
|
email = "matrss@users.noreply.github.com";
|
|
|
|
github = "matrss";
|
|
|
|
githubId = 9308656;
|
|
|
|
};
|
2020-05-02 16:30:55 +02:00
|
|
|
}
|