nix-community.nixvim/lib/maintainers.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

155 lines
3.7 KiB
Nix
Raw Normal View History

# Nixvim maintainers
#
# This attribute set contains Nixvim maintainers that do not
# have an entry in the Nixpkgs maintainer list. Entries are
# expected to follow the same format as that list.
#
# Nixpkgs maintainers: https://github.com/NixOS/nixpkgs/blob/0212bde005b3335b2665c1476c36b3936e113b15/maintainers/maintainer-list.nix
{
2025-05-16 03:17:46 +01:00
# keep-sorted start block=yes newline_separated=no
2025-06-17 16:28:08 +02:00
AidanWelch = {
email = "aidan@freedwave.com";
github = "AidanWelch";
githubId = 35280359;
name = "Aidan Welch";
};
2025-05-16 03:17:46 +01:00
AndresBermeoMarinelli = {
email = "andres_bermeo@outlook.com";
github = "theabm";
githubId = 72303015;
name = "Andres Bermeo Marinelli";
};
BoneyPatel = {
email = "boneypatel37@yahoo.com";
github = "bkp5190";
githubId = 60232782;
name = "Boney Patel";
};
2024-03-27 20:55:24 +00:00
DanielLaing = {
email = "daniel@daniellaing.com";
matrix = "@bodleum:matrix.org";
github = "Bodleum";
githubId = 60107449;
name = "Daniel Laing";
keys = [ { fingerprint = "0821 8B96 DC73 85E5 BB7C A535 D264 3BD2 13BC 0FA8"; } ];
};
2024-07-24 13:05:26 +02:00
GGORG = {
email = "GGORG0@protonmail.com";
matrix = "@ggorg:matrix.org";
github = "GGORG0";
githubId = 51029895;
name = "GGORG";
};
2024-04-02 13:24:07 +02:00
JanKremer = {
email = "mail@jankremer.eu";
matrix = "@jankremer:matrix.org";
github = "janurskremer";
githubId = 79042825;
name = "Jan Kremer";
keys = [ { fingerprint = "20AF 0A65 9F2B 93AD 9184 15D1 A7DA 689C B3B0 78EC"; } ];
};
Kareem-Medhat = {
email = "kareemmedhatnabil@gmail.com";
github = "Kareem-Medhat";
githubId = 39652808;
name = "Kareem Medhat";
};
2025-05-16 03:17:46 +01:00
KatieJanzen = {
email = "katiejanzen@347online.me";
github = "347Online";
githubId = 38228372;
name = "Katie Janzen";
};
2025-05-16 03:17:46 +01:00
NathanFelber = {
email = "nathan@pascaline.org";
github = "nfelber";
githubId = 46248772;
name = "Nathan Felber";
2024-06-22 15:37:33 -06:00
};
2025-05-16 03:17:46 +01:00
PoCo = {
email = "polniolino@gmail.com";
github = "polnio";
githubId = 85367527;
name = "Po Co";
};
ZainKergaye = {
email = "zain@zkergaye.me";
github = "zainkergaye";
githubId = 62440012;
name = "Zain Kergaye";
};
alisonjenkins = {
email = "alison.juliet.jenkins@gmail.com";
github = "alisonjenkins";
githubId = 1176328;
name = "Alison Jenkins";
2024-04-24 20:59:57 +02:00
};
2024-05-29 17:41:00 -07:00
b3nb5n = {
email = "benbaldwin000@gmail.com";
github = "b3nb5n";
githubId = 67534814;
name = "Ben";
};
2024-06-22 04:16:49 +07:00
braindefender = {
email = "braindefender@gmail.com";
github = "braindefender";
githubId = 4646110;
name = "Nikita Shirokov";
};
2025-05-16 03:17:46 +01:00
elythh = {
email = "gwen@omg.lol";
github = "elythh";
githubId = 50964650;
name = "gwen";
};
insipx = {
email = "github.tech@liquidthink.net";
github = "insipx";
githubId = 6452260;
name = "Andrew Plaza";
};
jalil-salame = {
email = "jalil.salame@gmail.com";
github = "jalil-salame";
githubId = 60845989;
name = "Jalil David Salamé Messina";
keys = [ { fingerprint = "7D6B 4D8F EBC5 7CBC 09AC 331F DA33 17E7 5BE9 485C"; } ];
2024-04-11 23:47:19 +02:00
};
2024-08-03 12:17:25 -03:00
psfloyd = {
email = "peter.racoon@gmail.com";
github = "psfloyd";
githubId = 30784060;
name = "Pedro Sánchez";
};
2024-08-29 23:07:14 +03:00
refaelsh = {
email = "refaelsh@pm.me";
github = "refaelsh";
githubId = 2750775;
name = "Refael Sheinker";
};
2025-05-16 03:17:46 +01:00
sheemap = {
github = "sheemap";
githubId = 1442292;
name = "sheemap";
};
svl = {
matrix = "@gyn:matrix.org";
github = "4lxs";
githubId = 66408983;
name = "svl";
2024-09-01 13:48:07 -04:00
};
2024-09-28 13:36:33 +03:00
wadsaek = {
email = "wadsaek@gmail.com";
github = "wadsaek";
githubId = 141351086;
name = "Esther";
};
2025-04-06 15:23:03 +02:00
wvffle = {
email = "nixvim@wvffle.net";
github = "wvffle";
githubId = 13330620;
name = "Kasper Seweryn";
};
2025-05-16 03:17:46 +01:00
# keep-sorted end
}