Merge pull request #284266 from reedrw/prettyping-mainprogram

prettyping: set meta.mainProgram
This commit is contained in:
h7x4 2024-01-27 16:09:48 +01:00 committed by GitHub
commit 72bb155b63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/denilsonsa/prettyping";
description = "A wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read";
mainProgram = "prettyping";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ qoelet ];