diff options
author | xtraeme <xtraeme> | 2005-07-29 17:34:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-07-29 17:34:16 +0000 |
commit | d3b699c423a02501afce2b121f99b0855d30d7b1 (patch) | |
tree | 30657031c157e779dddf0ba3e00f3cb63ea8d871 /emulators | |
parent | cc2889612a3d06a7b12d0c86a73c525569046653 (diff) | |
download | pkgsrc-d3b699c423a02501afce2b121f99b0855d30d7b1.tar.gz |
I'm the new maintainer, ok'ed by Dave Holland (previous maintainer).
Diffstat (limited to 'emulators')
-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 |