diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-05-07 13:14:31 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-05-07 13:26:34 +0000 |
commit | 58fa1c7810afa2be6922aa870da2a45f22473b32 (patch) | |
tree | 8bc7b8316420cc5625fcd34a06eeeefce6a14170 | |
parent | 3185130dadb66a63e1341c46570084a67b8cd6f3 (diff) | |
download | ports-58fa1c7810afa2be6922aa870da2a45f22473b32.tar.gz ports-58fa1c7810afa2be6922aa870da2a45f22473b32.zip |
audio/py-gtts, textproc/py-googletrans: Pass maintainership
Approved by: lbartoletti (new maintainer)
MFH: 2021Q2
-rw-r--r-- | audio/py-gtts/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-googletrans/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-gtts/Makefile b/audio/py-gtts/Makefile index fde5b811fa54..f838983a098f 100644 --- a/audio/py-gtts/Makefile +++ b/audio/py-gtts/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.2.1 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kai@FreeBSD.org +MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Library/CLI tool to interface with Google Translate text-to-speech API LICENSE= MIT diff --git a/textproc/py-googletrans/Makefile b/textproc/py-googletrans/Makefile index 4522a17af831..614f21cd0599 100644 --- a/textproc/py-googletrans/Makefile +++ b/textproc/py-googletrans/Makefile @@ -5,7 +5,7 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kai@FreeBSD.org +MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Free Google Translate API that translates totally free of charge LICENSE= MIT |