diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-06-26 14:28:51 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-06-27 07:15:47 +0200 |
commit | b5dbf77501b4b4921ebd4d6abc6389875b64d3fa (patch) | |
tree | cd285745eaa80b880ee0349b5910b3775867c19e /lang/python/python-gnupg/Makefile | |
parent | 9517ef080a88812b96ef55e55ddc83ada0a6a829 (diff) |
python-packages: Take over maintainership from Daniel Golle
This was requested in
https://github.com/openwrt/packages/pull/21227#issuecomment-1567676980.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-gnupg/Makefile')
-rw-r--r-- | lang/python/python-gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-gnupg/Makefile b/lang/python/python-gnupg/Makefile index c04a5de74..cd85b0337 100644 --- a/lang/python/python-gnupg/Makefile +++ b/lang/python/python-gnupg/Makefile @@ -13,7 +13,7 @@ PKG_HASH:=2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.txt -PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> +PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com> PKG_CPE_ID:=cpe:/a:python:python-gnupg include ../pypi.mk |