imgtool: fix package's author email

Fix author email after move to new mailing list.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
Fabio Utzig 2020-08-17 12:05:52 -03:00 committed by Fabio Utzig
parent 5a6e18148d
commit 37dec81940
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ setuptools.setup(
name="imgtool",
version=imgtool_version,
author="The MCUboot committers",
author_email="dev-mcuboot@lists.runtime.co",
author_email="mcuboot@groups.io",
description=("MCUboot's image signing and key management"),
license="Apache Software License",
url="http://github.com/JuulLabs-OSS/mcuboot",