aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-02-09 23:39:56 +0800
committerkoobs <koobs@FreeBSD.org>2013-02-09 23:39:56 +0800
commit71b43d41db3078d732771435cce0bb2aae4b92eb (patch)
tree9a75cf7f4189d7f3f83b9510435b1e6a6f6f00b1
parentfa358c8ab66a824d9db75f77af17cb9b14f33ebb (diff)
downloadfreebsd-ports-gnome-71b43d41db3078d732771435cce0bb2aae4b92eb.tar.gz
freebsd-ports-gnome-71b43d41db3078d732771435cce0bb2aae4b92eb.tar.zst
freebsd-ports-gnome-71b43d41db3078d732771435cce0bb2aae4b92eb.zip
Update Makefile header and MAINTAINER address
Approved by: eadler (mentor)
-rw-r--r--devel/py-posix_ipc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-posix_ipc/Makefile b/devel/py-posix_ipc/Makefile
index 2f9d6675b110..6a9b49fe54f4 100644
--- a/devel/py-posix_ipc/Makefile
+++ b/devel/py-posix_ipc/Makefile
@@ -1,4 +1,4 @@
-# Created by: Kubilay Kocak <koobs.freebsd@gmail.com>
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= posix_ipc
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= http://semanchuk.com/philip/posix_ipc/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= koobs.freebsd@gmail.com
+MAINTAINER= koobs@FreeBSD.org
COMMENT= POSIX IPC primitives for Python
LICENSE= BSD