python3Packages.langgraph-{cli,prebuilt}: fix homepage link

This commit is contained in:
Sarah Clark 2025-05-17 15:25:17 -07:00
parent bc7509411b
commit 7394424fe5
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ buildPythonPackage rec {
meta = {
description = "Official CLI for LangGraph API";
homepage = "https://github.com/langchain-ai/langgraph/libs/cli";
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
mainProgram = "langgraph";
license = lib.licenses.mit;

View File

@ -95,7 +95,7 @@ buildPythonPackage rec {
meta = {
description = "Prebuilt agents add-on for Langgraph. Should always be bundled with langgraph";
homepage = "https://github.com/langchain-ai/langgraph";
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/prebuilt";
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sarahec ];