diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-07-29 17:34:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-07-29 17:34:16 +0000 |
commit | 62b4b75d3605010174c46ed5601aa45a3971a9f0 (patch) | |
tree | 30657031c157e779dddf0ba3e00f3cb63ea8d871 /emulators/qemu | |
parent | 1709765e4d2c1dc7362cbbeed6ed23823dca4dcb (diff) | |
download | pkgsrc-62b4b75d3605010174c46ed5601aa45a3971a9f0.tar.gz |
I'm the new maintainer, ok'ed by Dave Holland (previous maintainer).
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 0e148504304..a79d2b63e2c 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2005/07/29 16:38:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/29 17:34:16 xtraeme Exp $ # DISTNAME= qemu-0.7.1 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ -MAINTAINER= dhowland@users.sourceforge.net +MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://fabrice.bellard.free.fr/qemu/ COMMENT= CPU emulator using dynamic translation |