diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-08 03:24:01 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-08 03:24:01 +0800 |
commit | 9a140b31fe663fff77166c0bc6d78470bf6a57e5 (patch) | |
tree | 5e389e6e37d057f76dead5682590363b24eb86a4 /databases | |
parent | databases/mariadb106-server: Fix conflicts (diff) |
*/py-*: Take maintainership
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-redis/Makefile | 2 | ||||
-rw-r--r-- | databases/py-redis2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index cfa59061390a..5dd1ab33fe2b 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python client for Redis key-value store LICENSE= MIT diff --git a/databases/py-redis2/Makefile b/databases/py-redis2/Makefile index f75560282ef2..102bac14675d 100644 --- a/databases/py-redis2/Makefile +++ b/databases/py-redis2/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python client for Redis key-value store LICENSE= MIT |