diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-20 14:55:22 -0300 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-06-20 14:57:32 -0300 |
commit | 99cad621b1abe25e1103c75c614d9a3b57038c96 (patch) | |
tree | 9cdd9a9445c063055b56cf016e767959188b4211 /net-p2p | |
parent | 3aee942fbf503522990bf84545bfe10e6141f016 (diff) | |
download | freebsd-ports-99cad621b1abe25e1103c75c614d9a3b57038c96.zip |
net-p2p/libtorrent|rtorrent: Drop MAINTAINER'ship
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 9b294a4d94fa..069bc99cebc2 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.13.8 CATEGORIES= net-p2p MASTER_SITES= https://rtorrent.net/downloads/ -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Library written in C++ LICENSE= GPLv2+ diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index e09c58a0f079..205092c13c80 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 0.9.8 CATEGORIES= net-p2p MASTER_SITES= https://rtorrent.net/downloads/ -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ LICENSE= GPLv2 GPLv3 |