diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-10 08:28:36 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-11-10 08:30:33 -0600 |
commit | ec290b80e0867a63d011fbf4db60fd9744e9deaf (patch) | |
tree | 44988e625a7d66d76fbcaf0816c8e5ee749e2e0c /emulators/qemu-devel | |
parent | 649d431501f7de0230137937f5d619a0cfb5765a (diff) | |
download | freebsd-ports-ec290b80e0867a63d011fbf4db60fd9744e9deaf.zip |
emulators/qemu*: Fix WWW
PR: 267686
Reported by: grahamperrin
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 648cb522b548..bd9a86c5bd41 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -6,7 +6,7 @@ DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= QEMU CPU Emulator - development version -WWW= https://wiki.qemu.org/Main_Page +WWW= https://www.qemu.org/ LICENSE= GPLv2 |