python310Packages.cx-freeze: add changelog
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user