jo: add meta.mainProgram

This commit is contained in:
Benoit de Chezelles 2023-11-26 20:12:17 +01:00 committed by GitHub
parent 8ae9c8640c
commit eb6d53c504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;