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; {
|
meta = with lib; {
|
||||||
description = "A small utility to create JSON objects";
|
description = "A small utility to create JSON objects";
|
||||||
homepage = "https://github.com/jpmens/jo";
|
homepage = "https://github.com/jpmens/jo";
|
||||||
|
mainProgram = "jo";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [maintainers.markus1189];
|
maintainers = [maintainers.markus1189];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue