Merge pull request #270235 from bew/patch-1

jo: add meta.mainProgram
This commit is contained in:
Peder Bergebakken Sundt 2023-11-27 16:42:35 +01:00 committed by GitHub
commit c948d8fc4e
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;