mcuboot-imgtool: fix pname

When I introduced the package I ended mixing projects, so now I am
fixing the pname as intended.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2023-11-19 16:07:38 -03:00
parent b0ae31b181
commit 1375f28c0e

View File

@ -5,7 +5,7 @@
}:
python3Packages.buildPythonApplication rec {
pname = "mfgtool-imgtool";
pname = "mcuboot-imgtool";
version = "2.0.0";
pyproject = true;