tealdeer: add meta.mainProgram

This commit is contained in:
figsoda
2021-09-02 22:58:23 +02:00
committed by Matthieu Coudron
parent 62f6985869
commit 754d0362cc
+1
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";
};
}