mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
jo: add meta.mainProgram
This commit is contained in:
parent
8ae9c8640c
commit
eb6d53c504
@ -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 New Issue
Block a user