vale-ls: remove with lib

This commit is contained in:
kyehn
2025-08-30 23:16:03 +08:00
parent eaaf18d2e4
commit c76a43e1c7
+3 -3
View File
@@ -49,12 +49,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
--suffix PATH : ${lib.makeBinPath [ vale ]}
'';
meta = with lib; {
meta = {
description = "LSP implementation for the Vale command-line tool";
homepage = "https://github.com/errata-ai/vale-ls";
license = licenses.mit;
license = lib.licenses.mit;
mainProgram = "vale-ls";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
foo-dogsquared
jansol
];