Unverified Commit 05a6de1f authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #283561 from Guanran928/yj

yj: add meta.mainProgram, move to by-name
parents 9d6e682d c9a1fcde
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "Convert YAML <=> TOML <=> JSON <=> HCL";
    license = licenses.asl20;
    mainProgram = "yj";
    maintainers = with maintainers; [ Profpatsch ];
    homepage = "https://github.com/sclevine/yj";
  };
+0 −2
Original line number Diff line number Diff line
@@ -15142,8 +15142,6 @@ with pkgs;
    haskellPackages = haskell.packages.ghc810;
  };
  yj = callPackage ../development/tools/yj { };
  yaydl = callPackage ../tools/video/yaydl {
    inherit (darwin.apple_sdk.frameworks) Security;
  };