Commit f78d1d0f authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

imgtool: fix package's author email



Fix author email after move to new mailing list.

Signed-off-by: default avatarFabio Utzig <fabio.utzig@nordicsemi.no>
parent 3ab5ab30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",