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
+1
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;