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
2 changed files with 2 additions and 2 deletions
@@ -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;
@@ -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 ];