taplo: remove with lib;

This commit is contained in:
Defelo
2025-11-04 15:03:05 +01:00
parent 15d849e26e
commit 92671b275b
+2 -2
View File
@@ -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";
};