2023-12-22 15:59:41 +01:00
|
|
|
# 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
|
2024-02-10 17:03:54 +00:00
|
|
|
{
|
|
|
|
alisonjenkins = {
|
|
|
|
email = "alison.juliet.jenkins@gmail.com";
|
|
|
|
github = "alisonjenkins";
|
|
|
|
githubId = 1176328;
|
|
|
|
name = "Alison Jenkins";
|
|
|
|
};
|
2024-03-19 20:17:57 +00:00
|
|
|
MattSturgeon = {
|
|
|
|
email = "matt@sturgeon.me.uk";
|
|
|
|
matrix = "@mattsturg:matrix.org";
|
|
|
|
github = "MattSturgeon";
|
|
|
|
githubId = 5046562;
|
|
|
|
name = "Matt Sturgeon";
|
2024-05-05 19:39:35 +02:00
|
|
|
keys = [ { fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299"; } ];
|
2024-03-19 20:17:57 +00:00
|
|
|
};
|
2024-03-27 20:55:24 +00:00
|
|
|
DanielLaing = {
|
|
|
|
email = "daniel@daniellaing.com";
|
|
|
|
matrix = "@bodleum:matrix.org";
|
|
|
|
github = "Bodleum";
|
|
|
|
githubId = 60107449;
|
|
|
|
name = "Daniel Laing";
|
2024-05-05 19:39:35 +02:00
|
|
|
keys = [ { fingerprint = "0821 8B96 DC73 85E5 BB7C A535 D264 3BD2 13BC 0FA8"; } ];
|
2024-03-27 20:55:24 +00:00
|
|
|
};
|
2024-04-02 13:24:07 +02:00
|
|
|
JanKremer = {
|
|
|
|
email = "mail@jankremer.eu";
|
|
|
|
matrix = "@jankremer:matrix.org";
|
|
|
|
github = "janurskremer";
|
|
|
|
githubId = 79042825;
|
|
|
|
name = "Jan Kremer";
|
2024-05-05 19:39:35 +02:00
|
|
|
keys = [ { fingerprint = "20AF 0A65 9F2B 93AD 9184 15D1 A7DA 689C B3B0 78EC"; } ];
|
2024-04-02 13:24:07 +02:00
|
|
|
};
|
2024-04-13 13:36:45 +02:00
|
|
|
Kareem-Medhat = {
|
|
|
|
email = "kareemmedhatnabil@gmail.com";
|
|
|
|
github = "Kareem-Medhat";
|
|
|
|
githubId = 39652808;
|
|
|
|
name = "Kareem Medhat";
|
|
|
|
};
|
2024-04-08 11:22:24 +02:00
|
|
|
AndresBermeoMarinelli = {
|
|
|
|
email = "andres_bermeo@outlook.com";
|
|
|
|
github = "theabm";
|
|
|
|
githubId = 72303015;
|
|
|
|
name = "Andres Bermeo Marinelli";
|
|
|
|
};
|
2024-04-24 20:59:57 +02:00
|
|
|
svl = {
|
|
|
|
matrix = "@gyn:matrix.org";
|
|
|
|
github = "4lxs";
|
|
|
|
githubId = 66408983;
|
|
|
|
name = "svl";
|
|
|
|
};
|
2024-05-28 15:09:48 -04:00
|
|
|
nwjsmith = {
|
|
|
|
email = "nate@theinternate.com";
|
|
|
|
github = "nwjsmith";
|
|
|
|
githubId = 1348;
|
|
|
|
name = "Nate Smith";
|
|
|
|
keys = [ { fingerprint = "DE6F E362 7DF7 EEA0 79CB 38C1 F208 9547 768B 6CCA"; } ];
|
|
|
|
};
|
2024-02-10 17:03:54 +00:00
|
|
|
}
|