Skip to content

Commit 9d810a1

Browse files
committed
chore: add repository/homepage metadata for extension
Add missing `repository` and `homepage` fields to the extension package manifest. AI-assisted: yes. Signed-off-by: Simon Rey <51708585+simonrey1@users.noreply.github.com>
1 parent 66d345d commit 9d810a1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "rhel-vms",
33
"displayName": "RHEL VMs",
44
"description": "Create Red Hat Enterprise Linux VMs easily",
5+
"repository": "https://github.com/redhat-developer/podman-desktop-rhel-ext",
6+
"homepage": "https://github.com/redhat-developer/podman-desktop-rhel-ext#readme",
57
"version": "0.13.0-next",
68
"icon": "icon.png",
79
"license": "Apache-2.0",
@@ -26,7 +28,11 @@
2628
},
2729
"rhel-vms.factory.machine.image": {
2830
"type": "string",
29-
"enum": ["RHEL 10", "RHEL 9", "local image on disk"],
31+
"enum": [
32+
"RHEL 10",
33+
"RHEL 9",
34+
"local image on disk"
35+
],
3036
"scope": "VmProviderConnectionFactory",
3137
"default": "RHEL 10",
3238
"description": "Image to download"

0 commit comments

Comments
 (0)