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:
parent
5a6e18148d
commit
37dec81940
|
@ -5,7 +5,7 @@ setuptools.setup(
|
||||||
name="imgtool",
|
name="imgtool",
|
||||||
version=imgtool_version,
|
version=imgtool_version,
|
||||||
author="The MCUboot committers",
|
author="The MCUboot committers",
|
||||||
author_email="dev-mcuboot@lists.runtime.co",
|
author_email="mcuboot@groups.io",
|
||||||
description=("MCUboot's image signing and key management"),
|
description=("MCUboot's image signing and key management"),
|
||||||
license="Apache Software License",
|
license="Apache Software License",
|
||||||
url="http://github.com/JuulLabs-OSS/mcuboot",
|
url="http://github.com/JuulLabs-OSS/mcuboot",
|
||||||
|
|
Loading…
Reference in New Issue