Unverified Commit 0162ad24 authored by Peter Hoeg's avatar Peter Hoeg Committed by GitHub
Browse files

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

add mainProgram for the 2 remarshal packages
parent 946eb9c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,5 +58,6 @@ pythonPackages.buildPythonApplication rec {
    license = licenses.mit;
    homepage = "https://github.com/dbohdan/remarshal";
    maintainers = with maintainers; [ hexa ];
    mainProgram = "remarshal";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -53,5 +53,6 @@ buildPythonPackage rec {
    license = licenses.mit;
    homepage = "https://github.com/dbohdan/remarshal";
    maintainers = with maintainers; [ offline ];
    mainProgram = "remarshal";
  };
}