Unverified Commit c9a1fcde authored by Guanran Wang's avatar Guanran Wang
Browse files

yj: add meta.mainProgram, move to by-name

parent 0e148322
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
@@ -15155,8 +15155,6 @@ with pkgs;
    haskellPackages = haskell.packages.ghc810;
  };
  yj = callPackage ../development/tools/yj { };
  yaydl = callPackage ../tools/video/yaydl {
    inherit (darwin.apple_sdk.frameworks) Security;
  };