diff options
author | mdodd <mdodd@FreeBSD.org> | 2003-05-19 16:40:17 +0800 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2003-05-19 16:40:17 +0800 |
commit | ace1b9e89a6acfffc1158a217c8d2bcb47bc7bc8 (patch) | |
tree | e66af72704ffb37f2f74c526630eaa0dce5e1353 /net | |
parent | a2b9f21c6ee64484c031df94e9e938bc6b1d910f (diff) | |
download | freebsd-ports-graphics-ace1b9e89a6acfffc1158a217c8d2bcb47bc7bc8.tar.gz freebsd-ports-graphics-ace1b9e89a6acfffc1158a217c8d2bcb47bc7bc8.tar.zst freebsd-ports-graphics-ace1b9e89a6acfffc1158a217c8d2bcb47bc7bc8.zip |
Fix my email address.
Diffstat (limited to 'net')
-rw-r--r-- | net/bittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index b79b6456d95..d5d1864ca9c 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.2.1b CATEGORIES= net python MASTER_SITES= http://bitconjurer.org/BitTorrent/ -MAINTAINER= winter@freebsd.org +MAINTAINER= mdodd@freebsd.org COMMENT= "Peer to Peer file sharing/mirroring." RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython |