diff options
| -rw-r--r-- | pkg/subsystem/linux/names.go | 1 | ||||
| -rw-r--r-- | pkg/subsystem/linux/names_test.go | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index 4727f3d0a..d569ce60e 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -109,6 +109,7 @@ var ( "linux-unionfs@vger.kernel.org": "overlayfs", // the name has changed "rust-for-linux@vger.kernel.org": "rust", "industrypack-devel@lists.sourceforge.net": "ipack", + "v9fs-developer@lists.sourceforge.net": "9p", } stripPrefixes = []string{"linux-"} stripSuffixes = []string{ diff --git a/pkg/subsystem/linux/names_test.go b/pkg/subsystem/linux/names_test.go index a158bd753..58e4d546f 100644 --- a/pkg/subsystem/linux/names_test.go +++ b/pkg/subsystem/linux/names_test.go @@ -15,7 +15,6 @@ func TestEmailToName(t *testing.T) { "linux-nilfs@vger.kernel.org": "nilfs", "tomoyo-dev-en@lists.osdn.me": "tomoyo", "tipc-discussion@lists.sourceforge.net": "tipc", - "v9fs-developer@lists.sourceforge.net": "v9fs", "zd1211-devs@lists.sourceforge.net": "zd1211", "chrome-platform@lists.linux.dev": "chrome", "b.a.t.m.a.n@lists.open-mesh.org": "batman", |
