opentimestamps-client: set mainProgram

This commit is contained in:
Erik Arvstedt
2025-05-11 21:51:09 +02:00
parent 7c14e075ea
commit 256e9cdc7e
@@ -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;