From e2cbf7353bd180ba5bbda97948d4c9047c349d72 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 17 Feb 2026 00:41:02 +0100 Subject: [PATCH] markitdown-mcp: improve meta.description --- pkgs/by-name/ma/markitdown-mcp/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ma/markitdown-mcp/package.nix b/pkgs/by-name/ma/markitdown-mcp/package.nix index 3524793235d6..ac733901f778 100644 --- a/pkgs/by-name/ma/markitdown-mcp/package.nix +++ b/pkgs/by-name/ma/markitdown-mcp/package.nix @@ -39,7 +39,7 @@ python3Packages.buildPythonApplication (finalAttrs: { passthru.updateScripts = gitUpdater { }; meta = { - description = "An MCP server for the \"markitdown\" library"; + description = "MCP server for the markitdown library"; homepage = "https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp"; changelog = "https://github.com/microsoft/markitdown/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit;