opentimestamps-client: set mainProgram (#406257)

This commit is contained in:
Nick Cao
2025-05-12 17:15:47 -04:00
committed by GitHub
@@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Command-line tool to create and verify OpenTimestamps proofs";
mainProgram = "ots";
homepage = "https://github.com/opentimestamps/opentimestamps-client";
changelog = "https://github.com/opentimestamps/opentimestamps-client/releases/tag/opentimestamps-client-v${version}";
license = licenses.lgpl3Only;