python310Packages.cx-freeze: add changelog

This commit is contained in:
Fabian Affolter
2023-11-05 11:54:37 +01:00
committed by GitHub
parent 90e678c99c
commit 63b16856f7
@@ -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";