aboutsummaryrefslogtreecommitdiff
path: root/misc/bogosort
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-02-25 14:42:06 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-02-25 14:42:06 +0000
commit92cddd7da700efc0f7b743cd3b7493726852c2d4 (patch)
treee8143037a1e4d312b3602c74118b39865961f1eb /misc/bogosort
parent6cb55cd9842740e2544f711fcf4e5d9d136bbac8 (diff)
downloadports-92cddd7da700efc0f7b743cd3b7493726852c2d4.tar.gz
ports-92cddd7da700efc0f7b743cd3b7493726852c2d4.zip
Take maintainership
Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=292218
Diffstat (limited to 'misc/bogosort')
-rw-r--r--misc/bogosort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile
index cdb31a5d165c..162487b00533 100644
--- a/misc/bogosort/Makefile
+++ b/misc/bogosort/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
-MAINTAINER= roam@FreeBSD.org
+MAINTAINER= eadler@FreeBSD.org
COMMENT= Sort (or not) stdin using the bogo-sort algorithm
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}