-
Notifications
You must be signed in to change notification settings - Fork 3
/
maintainers.ts
82 lines (81 loc) · 1.44 KB
/
maintainers.ts
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
import type { Maintainers } from './src/types';
export const maintainers: Maintainers = {
2025: [
{
text: '@mshr0969',
href: 'https://twitter.com/mshr0969',
}
],
2024: [
{
text: '@mikan_54951',
href: 'https://twitter.com/mikan_54951',
}
],
2023: [
{
text: '@keigomichi',
href: 'https://twitter.com/keigomichi',
},
{
text: '@CardsEditor',
href: 'https://twitter.com/cardseditor',
},
{
text: '@chnotchy',
href: 'https://twitter.com/chnotchy',
},
],
2022: [
{
text: '@shota_kizawa',
href: 'https://twitter.com/shota_kizawa',
},
],
2021: [
{
text: '@hpp_ricecake',
href: 'https://twitter.com/hpp_ricecake',
},
{
text: '@kaito_tateyama',
href: 'https://twitter.com/kaito_tateyama',
},
],
2020: [
{
text: '@Shinyaigeek',
href: 'https://twitter.com/Shinyaigeek',
},
],
2019: [
{
text: '@p1ass',
href: 'https://twitter.com/p1ass',
},
],
2018: [
{
text: '@asakura_dev',
href: 'https://twitter.com/asakura_dev',
},
],
2017: [
{
text: '@lightnet328',
href: 'https://twitter.com/lightnet328',
},
],
2016: [
{
text: '@asakura_dev',
href: 'https://twitter.com/asakura_dev',
},
],
2015: [
{
text: '@asakura_dev',
href: 'https://twitter.com/asakura_dev',
},
],
};