diff options
author | js <js@pkgsrc.org> | 2020-10-17 14:09:25 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2020-10-17 14:09:25 +0000 |
commit | ea1dc3c09c6c7db7697483058b17b8ea880a42ac (patch) | |
tree | 62ac894aaa92626d4f32bd16094d4d1ed91d3dc0 | |
parent | 8382433b949cae554d264a39d50319092ee8bed1 (diff) | |
download | pkgsrc-ea1dc3c09c6c7db7697483058b17b8ea880a42ac.tar.gz |
Give up maintainership of net/py-aiorpcX
This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.
-rw-r--r-- | net/py-aiorpcX/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-aiorpcX/Makefile b/net/py-aiorpcX/Makefile index 4165faa84ac..b92b5f11f1d 100644 --- a/net/py-aiorpcX/Makefile +++ b/net/py-aiorpcX/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2020/04/14 19:41:53 js Exp $ +# $NetBSD: Makefile,v 1.2 2020/10/17 14:09:25 js Exp $ DISTNAME= aiorpcX-0.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiorpcX/} -MAINTAINER= js@pkgsrc.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kyuupichan/aiorpcX COMMENT= Generic async RPC implementation, including JSON-RPC LICENSE= mit |