Commit c6ead358 authored by Otavio Salvador's avatar Otavio Salvador Committed by github-actions[bot]
Browse files

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: default avatarOtavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 1375f28c)
parent 6ef82175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

python3Packages.buildPythonApplication rec {
  pname = "mfgtool-imgtool";
  pname = "mcuboot-imgtool";
  version = "2.0.0";
  pyproject = true;