prettyping: set meta.mainProgram
This commit is contained in:
parent
c01d3cb418
commit
6e4b590ddd
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue