Unverified Commit f6146ffa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

opentimestamps-client: set `mainProgram` (#406257)

parents d8cfc6ca 256e9cdc
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;