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

This commit is contained in:
Pol Dellaiera 2025-05-18 05:29:48 +00:00 committed by GitHub
commit e3e0deee76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];