diff options
author | crees <crees@FreeBSD.org> | 2011-06-17 14:46:07 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-06-17 14:46:07 +0800 |
commit | 7ef380357f22d8daecef3e87563a4304bbca0d78 (patch) | |
tree | b1910ae6af959c6e7f8ca1bf596d9a4a92dfc1c0 /irc | |
parent | b012cf61284543080e25f6533f43760c6daba6d5 (diff) | |
download | freebsd-ports-gnome-7ef380357f22d8daecef3e87563a4304bbca0d78.tar.gz freebsd-ports-gnome-7ef380357f22d8daecef3e87563a4304bbca0d78.tar.zst freebsd-ports-gnome-7ef380357f22d8daecef3e87563a4304bbca0d78.zip |
- Update maintainer address
Approved by: rene (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/charybdis/Makefile | 2 | ||||
-rw-r--r-- | irc/ninja/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index 1a1d7d5eaf5b..181ec235047e 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.stack.nl/~jilles/irc/ \ http://www.bayofrum.net/dist/${PORTNAME}/ EXTRACT_SUFX= .tbz2 -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= A powerful IRC daemon, based on ircd-ratbox LICENSE= GPLv2 diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index daa3f2ea0f63..c876f95c2019 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.5.8.1 CATEGORIES= irc MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ -MAINTAINER= utisoft@gmail.com +MAINTAINER= crees@FreeBSD.org COMMENT= Another ircII based irc client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |