python3Packages.langgraph-{cli,prebuilt}: fix homepage link (#408178)

authored by Pol Dellaiera and committed by GitHub e3e0deee 292fa7d4

+2 -2
+1 -1
pkgs/development/python-modules/langgraph-cli/default.nix
··· 68 69 meta = { 70 description = "Official CLI for LangGraph API"; 71 - homepage = "https://github.com/langchain-ai/langgraph/libs/cli"; 72 changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}"; 73 mainProgram = "langgraph"; 74 license = lib.licenses.mit;
··· 68 69 meta = { 70 description = "Official CLI for LangGraph API"; 71 + homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli"; 72 changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}"; 73 mainProgram = "langgraph"; 74 license = lib.licenses.mit;
+1 -1
pkgs/development/python-modules/langgraph-prebuilt/default.nix
··· 95 96 meta = { 97 description = "Prebuilt agents add-on for Langgraph. Should always be bundled with langgraph"; 98 - homepage = "https://github.com/langchain-ai/langgraph"; 99 changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}"; 100 license = lib.licenses.mit; 101 maintainers = with lib.maintainers; [ sarahec ];
··· 95 96 meta = { 97 description = "Prebuilt agents add-on for Langgraph. Should always be bundled with langgraph"; 98 + homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/prebuilt"; 99 changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}"; 100 license = lib.licenses.mit; 101 maintainers = with lib.maintainers; [ sarahec ];