mirror of
https://github.com/siderolabs/extensions.git
synced 2025-08-05 22:07:14 +02:00
fix: extension name in manifests
Extension name in the manifest should match the published name. Also there's a problem with `talos-vmtoolsd`, but it should be fixed in its repository. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
d21bc48267
commit
dffe8b9546
@ -1,6 +1,6 @@
|
||||
version: v1alpha1
|
||||
metadata:
|
||||
name: gasket
|
||||
name: gasket-driver
|
||||
version: "$VERSION"
|
||||
author: Sidero Labs
|
||||
description: |
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: v1alpha1
|
||||
metadata:
|
||||
name: usb-modem
|
||||
name: usb-modem-drivers
|
||||
version: "$VERSION"
|
||||
author: Sidero Labs
|
||||
description: |
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: v1alpha1
|
||||
metadata:
|
||||
name: v4l-uvc
|
||||
name: v4l-uvc-drivers
|
||||
version: "$VERSION"
|
||||
author: Jacob McSwain
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user