diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-08-26 16:44:44 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-08-27 14:18:43 +0000 |
| commit | 139be78dd6b8e3687e79ef7cc874bcb1bc072987 (patch) | |
| tree | 1bc96a69ecccb81d8d8acb4315c105a8eed4a9d3 /pkg/subsystem/linux | |
| parent | 46ce6cfd16fc8a6ec21792d3e37151e9cb355961 (diff) | |
pkg/subsystem/linux: add one more email->name exception
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/names.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index d02d152b6..8217a9201 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -115,6 +115,7 @@ var ( "bcm-kernel-feedback-list@broadcom.com": "broadcom", "linux@ew.tq-group.com": "tq-systems", "linux-imx@nxp.com": "nxp", + "kernel-list@raspberrypi.com": "raspberry", } stripPrefixes = []string{"linux-"} stripSuffixes = []string{ |
