diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-11-15 07:27:22 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-11-15 07:27:22 +0800 |
commit | 8f59ce10a5c24529b5191aeed4061d608fc6ddfc (patch) | |
tree | 31878484f9e457aa1be7c4ed176c9f0327ce3f06 /net-p2p | |
parent | 40b682afa0c7e03a94af7ca89b0dba56ad9f728d (diff) | |
download | freebsd-ports-gnome-8f59ce10a5c24529b5191aeed4061d608fc6ddfc.tar.gz freebsd-ports-gnome-8f59ce10a5c24529b5191aeed4061d608fc6ddfc.tar.zst freebsd-ports-gnome-8f59ce10a5c24529b5191aeed4061d608fc6ddfc.zip |
net-p2p/libtorrent: Take MAINTAINER'ship
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 5562e61455c4..02fd8304b57d 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= https://rtorrent.net/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@FreeBSD.org COMMENT= BitTorrent Library written in C++ LICENSE= GPLv2+ |