diff options
Diffstat (limited to 'pkg/subsystem/linux/names.go')
| -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 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{ |
