Unverified Commit 92671b27 authored by Defelo's avatar Defelo
Browse files

taplo: remove `with lib;`

parent 15d849e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,10 +45,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
          --zsh <($out/bin/taplo completions zsh)
      '';

  meta = with lib; {
  meta = {
    description = "TOML toolkit written in Rust";
    homepage = "https://taplo.tamasfe.dev";
    license = licenses.mit;
    license = lib.licenses.mit;
    maintainers = [ ];
    mainProgram = "taplo";
  };