Unverified Commit 63b16856 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.cx-freeze: add changelog

parent 90e678c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "A set of scripts and modules for freezing Python scripts into executables";
    homepage = "https://marcelotduarte.github.io/cx_Freeze/";
    changelog = "https://github.com/marcelotduarte/cx_Freeze/releases/tag/${version}";
    license = licenses.psfl;
    maintainers = with maintainers; [ ];
    mainProgram = "cxfreeze";