forked from nix-community/nixvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintainers.nix
86 lines (86 loc) · 2.25 KB
/
maintainers.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# 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
{
alisonjenkins = {
email = "alison.juliet.jenkins@gmail.com";
github = "alisonjenkins";
githubId = 1176328;
name = "Alison Jenkins";
};
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"; } ];
};
GGORG = {
email = "GGORG0@protonmail.com";
matrix = "@ggorg:matrix.org";
github = "GGORG0";
githubId = 51029895;
name = "GGORG";
};
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";
};
AndresBermeoMarinelli = {
email = "andres_bermeo@outlook.com";
github = "theabm";
githubId = 72303015;
name = "Andres Bermeo Marinelli";
};
sheemap = {
github = "sheemap";
githubId = 1442292;
name = "sheemap";
};
svl = {
matrix = "@gyn:matrix.org";
github = "4lxs";
githubId = 66408983;
name = "svl";
};
nwjsmith = {
email = "nate@theinternate.com";
github = "nwjsmith";
githubId = 1348;
name = "Nate Smith";
keys = [ { fingerprint = "DE6F E362 7DF7 EEA0 79CB 38C1 F208 9547 768B 6CCA"; } ];
};
b3nb5n = {
email = "benbaldwin000@gmail.com";
github = "b3nb5n";
githubId = 67534814;
name = "Ben";
};
braindefender = {
email = "braindefender@gmail.com";
github = "braindefender";
githubId = 4646110;
name = "Nikita Shirokov";
};
NathanFelber = {
email = "nathan@pascaline.org";
github = "nfelber";
githubId = 46248772;
name = "Nathan Felber";
};
}