python3-mccabe: fix typo in the maintainer field

This commit is contained in:
Michal Vasilek 2021-10-22 22:43:18 +02:00
parent c401772cce
commit 741aa5a372

View file

@ -1,14 +1,14 @@
# Template file for 'python3-mccabe'
pkgname=python3-mccabe
version=0.6.1
revision=6
revision=7
wrksrc="mccabe-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="McCabe complexity checker for Python3"
maintainer="Michal Vasilek <michal@vasilek>"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/PyCQA/mccabe"
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"