We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d89b0 commit 906156fCopy full SHA for 906156f
pkgs/arxiv-mcp-server/default.nix
@@ -55,7 +55,10 @@ python3.pkgs.buildPythonApplication rec {
55
meta = {
56
description = "A flexible arXiv search and analysis service with MCP protocol support";
57
homepage = "https://pypi.org/project/arxiv-mcp-server";
58
- license = with lib.licenses; [ asl20 mit ];
+ license = with lib.licenses; [
59
+ asl20
60
+ mit
61
+ ];
62
maintainers = with lib.maintainers; [ ];
63
mainProgram = "arxiv-mcp-server";
64
};
0 commit comments