We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13aebc1 commit 3276a06Copy full SHA for 3276a06
pkg/subsystem/linux/names.go
@@ -116,6 +116,7 @@ var (
116
"linux@ew.tq-group.com": "tq-systems",
117
"linux-imx@nxp.com": "nxp",
118
"kernel-list@raspberrypi.com": "raspberry",
119
+ "tomoyo-users_en@lists.sourceforge.net": "tomoyo",
120
}
121
stripPrefixes = []string{"linux-"}
122
stripSuffixes = []string{
pkg/subsystem/linux/rules.go
@@ -88,6 +88,7 @@ var (
88
"brcm80211-dev-list.pdl@broadcom.com": {},
89
"tomoyo-dev-en@lists.osdn.me": {},
90
"tomoyo-users-en@lists.osdn.me": {},
91
+ "kernel@collabora.com": {},
92
},
93
extraSubsystems: map[string][]string{
94
"bfs": {"BFS FILE SYSTEM"},
0 commit comments