Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 67dd993

Browse files
committed
Change virt-manager URL in generated VMX output.
1 parent 52a97bf commit 67dd993

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/virtconv-files/virtimage2vmx/image.vmx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/usr/bin/vmplayer
33

44
# Generated by setup.py
5-
# http://virt-manager.et.redhat.com/
5+
# http://virt-manager.org/
66

77
# This is a Workstation 5 or 5.5 config file and can be used with Player
88
config.version = "8"
@@ -11,7 +11,7 @@ guestOS = "other"
1111
displayName = "test-image"
1212
annotation = "None"
1313
guestinfo.vmware.product.long = "test-image"
14-
guestinfo.vmware.product.url = "http://virt-manager.et.redhat.com/"
14+
guestinfo.vmware.product.url = "http://virt-manager.org/"
1515
guestinfo.vmware.product.class = "virtual machine"
1616
numvcpus = "7"
1717
memsize = "256"

virtconv/parsers/vmx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#!/usr/bin/vmplayer
3333
3434
# Generated by %(progname)s
35-
# http://virt-manager.et.redhat.com/
35+
# http://virt-manager.org/
3636
3737
# This is a Workstation 5 or 5.5 config file and can be used with Player
3838
config.version = "8"
@@ -41,7 +41,7 @@
4141
displayName = "%(vm_name)s"
4242
annotation = "%(vm_description)s"
4343
guestinfo.vmware.product.long = "%(vm_name)s"
44-
guestinfo.vmware.product.url = "http://virt-manager.et.redhat.com/"
44+
guestinfo.vmware.product.url = "http://virt-manager.org/"
4545
guestinfo.vmware.product.class = "virtual machine"
4646
numvcpus = "%(vm_nr_vcpus)s"
4747
memsize = "%(vm_memory)d"

0 commit comments

Comments
 (0)