diff options
author | vs <vs@FreeBSD.org> | 2004-07-05 12:47:43 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-05 12:47:43 +0000 |
commit | 8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81 (patch) | |
tree | effb0866c1706d10cfe93103a4cd9c030f8623bf | |
parent | 4f85392a30caa0a432cbb70bfc4208e4d8dce762 (diff) | |
download | FreeBSD-ports-8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81.zip FreeBSD-ports-8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81.tar.gz |
Assign maintainership to submitter of previous PRs.
Thanks to Jeremy Chadwick for volunteering to keep an eye on nethack!
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 0e9423f..6fbf4cd 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= freebsd@jdc.parodius.com COMMENT?= A dungeon explorin', slashin', hackin' game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |