diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-user-static/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index f867220a6ae..75a6a6f42c0 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ dtc-v1.4.0${EXTRACT_SUFX}:dtc DIST_SUBDIR= qemu/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= qemu@FreeBSD.org COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index 4e424631974..26eeecda789 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -1,7 +1,7 @@ # Created by: nox@FreeBSD.org # $FreeBSD$ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sbruno@FreeBSD.org COMMENT= QEMU CPU Emulator github bsd-user branch - static user targets PKGNAMESUFFIX= -user-static |