Skip to content

Commit e3e0dee

Browse files
authored
python3Packages.langgraph-{cli,prebuilt}: fix homepage link (#408178)
2 parents 292fa7d + 7394424 commit e3e0dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/development/python-modules/langgraph-cli/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ buildPythonPackage rec {
6868

6969
meta = {
7070
description = "Official CLI for LangGraph API";
71-
homepage = "https://github.com/langchain-ai/langgraph/libs/cli";
71+
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/cli";
7272
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
7373
mainProgram = "langgraph";
7474
license = lib.licenses.mit;

pkgs/development/python-modules/langgraph-prebuilt/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ buildPythonPackage rec {
9595

9696
meta = {
9797
description = "Prebuilt agents add-on for Langgraph. Should always be bundled with langgraph";
98-
homepage = "https://github.com/langchain-ai/langgraph";
98+
homepage = "https://github.com/langchain-ai/langgraph/tree/main/libs/prebuilt";
9999
changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${version}";
100100
license = lib.licenses.mit;
101101
maintainers = with lib.maintainers; [ sarahec ];

0 commit comments

Comments
 (0)