diff options
author | vs <vs@FreeBSD.org> | 2004-07-05 20:47:43 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-05 20:47:43 +0800 |
commit | 8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81 (patch) | |
tree | effb0866c1706d10cfe93103a4cd9c030f8623bf | |
parent | 4f85392a30caa0a432cbb70bfc4208e4d8dce762 (diff) | |
download | freebsd-ports-gnome-8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81.tar.gz freebsd-ports-gnome-8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81.tar.zst freebsd-ports-gnome-8d61a61a4ce9e1b784d5b975fb7c5ea297bd7f81.zip |
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 0e9423f33cda..6fbf4cdf5a62 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} |