Link: https://github.com/nix-community/stylix/pull/2077
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit dd14de4432)
93 lines
2.2 KiB
Nix
93 lines
2.2 KiB
Nix
# Stylix maintainers.
|
|
#
|
|
# This attribute set contains Stylix module maintainers that do not have an
|
|
# entry in the Nixpkgs maintainer list [1]. Entries must follow the same format
|
|
# as in Nixpkgs [1].
|
|
#
|
|
# [1]: https://github.com/NixOS/nixpkgs/blob/1da63e6cc622a0cb6fd5b86d49923e4eb1e33b70/maintainers/maintainer-list.nix
|
|
{
|
|
# keep-sorted start case=no numeric=no block=yes
|
|
berber = {
|
|
email = "git@zmberber.com";
|
|
name = "Zeremonienmeister Berber Aab";
|
|
github = "zmberber";
|
|
githubId = 29400525;
|
|
};
|
|
butzist = {
|
|
email = "adam@szalkowski.de";
|
|
name = "Adam M. Szalkowski";
|
|
github = "butzist";
|
|
githubId = 2405792;
|
|
};
|
|
cluther = {
|
|
name = "Chet Luther";
|
|
email = "chet.luther@gmail.com";
|
|
github = "cluther";
|
|
githubId = 86579;
|
|
};
|
|
gideonwolfe = {
|
|
email = "wolfegideon@gmail.com";
|
|
name = "Gideon Wolfe";
|
|
github = "gideonwolfe";
|
|
githubId = 32942052;
|
|
};
|
|
khas-amir = {
|
|
email = "dlordproudd@gmail.com";
|
|
name = "Amir";
|
|
github = "khas-amir";
|
|
githubId = 11248328;
|
|
};
|
|
make-42 = {
|
|
email = "ontake@ontake.dev";
|
|
name = "Louis Dalibard";
|
|
matrix = "@ontake:matrix.ontake.dev";
|
|
github = "make-42";
|
|
githubId = 17462236;
|
|
keys = [
|
|
{ fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992"; }
|
|
];
|
|
};
|
|
michaelgoldenn = {
|
|
email = "Michael.Golden0278@gmail.com";
|
|
name = "Michael Golden";
|
|
github = "michaelgoldenn";
|
|
githubId = 95949544;
|
|
};
|
|
omega-800 = {
|
|
email = "gshevoroshkin@gmail.com";
|
|
name = "Georgiy Shevoroshkin";
|
|
github = "omega-800";
|
|
githubId = 50942480;
|
|
};
|
|
osipog = {
|
|
email = "osibluber@protonmail.com";
|
|
name = "Osi Bluber";
|
|
github = "osipog";
|
|
githubId = 87434959;
|
|
};
|
|
rwxae = {
|
|
email = "wardxela@gmail.com";
|
|
name = "Alexander";
|
|
github = "rwxae";
|
|
githubId = 63157919;
|
|
};
|
|
skiletro = {
|
|
email = "git@skilet.ro";
|
|
name = "jamie";
|
|
github = "skiletro";
|
|
githubId = 19377854;
|
|
};
|
|
skoove = {
|
|
email = "zie@sturges.com.au";
|
|
name = "Zie Sturges";
|
|
github = "skoove";
|
|
githubId = 53106860;
|
|
};
|
|
vidhanio = {
|
|
email = "me@vidhan.io";
|
|
name = "Vidhan Bhatt";
|
|
github = "vidhanio";
|
|
githubId = 41439633;
|
|
};
|
|
# keep-sorted end
|
|
}
|