jo: add meta.mainProgram
This commit is contained in:
parent
8ae9c8640c
commit
eb6d53c504
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "A small utility to create JSON objects";
|
||||
homepage = "https://github.com/jpmens/jo";
|
||||
mainProgram = "jo";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [maintainers.markus1189];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue