aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/gauche-gdbm/Makefile2
-rw-r--r--lang/gauche/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile
index 2ce8c96598a7..ca00b10ffa81 100644
--- a/databases/gauche-gdbm/Makefile
+++ b/databases/gauche-gdbm/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= # none
PKGNAMEPREFIX= gauche-
DISTFILES= # none
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= erik@smluc.org
BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \
${NONEXISTENT}:${PORTSDIR}/${GAUCHE_PORT}:configure
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index e62b51a0b0d2..576cc6076297 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Gauche-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= knu@FreeBSD.org
+MAINTAINER= erik@smluc.org
# Choices are: "pthreads" and "no", but it seems that FreeBSD does not
# yet fully support threads with Boehm GC.