Skip to content

Commit 906156f

Browse files
committed
develop: formatting
1 parent f5d89b0 commit 906156f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/arxiv-mcp-server/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ python3.pkgs.buildPythonApplication rec {
5555
meta = {
5656
description = "A flexible arXiv search and analysis service with MCP protocol support";
5757
homepage = "https://pypi.org/project/arxiv-mcp-server";
58-
license = with lib.licenses; [ asl20 mit ];
58+
license = with lib.licenses; [
59+
asl20
60+
mit
61+
];
5962
maintainers = with lib.maintainers; [ ];
6063
mainProgram = "arxiv-mcp-server";
6164
};

0 commit comments

Comments
 (0)