remarshal_0_17,python3Packages.remarshal: add mainProgram (#390902)

add mainProgram for the 2 remarshal packages
This commit is contained in:
Peter Hoeg
2025-03-27 03:33:16 +01:00
committed by GitHub
parent 946eb9c087
commit 0162ad243d
2 changed files with 2 additions and 0 deletions
@@ -58,5 +58,6 @@ pythonPackages.buildPythonApplication rec {
license = licenses.mit;
homepage = "https://github.com/dbohdan/remarshal";
maintainers = with maintainers; [ hexa ];
mainProgram = "remarshal";
};
}
@@ -53,5 +53,6 @@ buildPythonPackage rec {
license = licenses.mit;
homepage = "https://github.com/dbohdan/remarshal";
maintainers = with maintainers; [ offline ];
mainProgram = "remarshal";
};
}