python3-lsp-jsonrpc: change maintainer email
This commit is contained in:
parent
4ffa936a71
commit
7d97b3819c
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'python3-lsp-jsonrpc'
|
||||
pkgname=python3-lsp-jsonrpc
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/3}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-ultrajson"
|
||||
checkdepends="python3-pytest python3-pytest-cov"
|
||||
short_desc="Python server implementation of the JSON RPC 2.0 protocol"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python-lsp/python-lsp-jsonrpc"
|
||||
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-jsonrpc/develop/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
|
||||
checksum=7bec170733db628d3506ea3a5288ff76aa33c70215ed223abdb0d95e957660bd
|
||||
|
||||
|
|
Loading…
Reference in New Issue