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-user-static-devel | |
parent | net/frr8: Update to 8.4 (diff) |
emulators/qemu*: Fix WWW
PR: 267686
Reported by: grahamperrin
Diffstat (limited to 'emulators/qemu-user-static-devel')
-rw-r--r-- | emulators/qemu-user-static-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-user-static-devel/Makefile b/emulators/qemu-user-static-devel/Makefile index 4b123cf73978..fd2e596d0563 100644 --- a/emulators/qemu-user-static-devel/Makefile +++ b/emulators/qemu-user-static-devel/Makefile @@ -7,7 +7,7 @@ DIST_SUBDIR= qemu/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= QEMU CPU Emulator (github bsd-user branch) -WWW= https://wiki.qemu.org/Main_Page +WWW= https://www.qemu.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |