Unverified Commit 256e9cdc authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

opentimestamps-client: set `mainProgram`

parent 7c14e075
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;