tealdeer: add meta.mainProgram

This commit is contained in:
figsoda 2021-09-02 15:42:33 -04:00 committed by Matthieu Coudron
parent 62f6985869
commit 754d0362cc

View File

@ -40,5 +40,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dbrgn/tealdeer";
maintainers = with maintainers; [ davidak ];
license = with licenses; [ asl20 mit ];
mainProgram = "tldr";
};
}