From c1c88c2a29e97c85893d1a526e752a292e508d1f Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sat, 4 Jan 2025 13:46:51 +0100 Subject: [PATCH] python312Packages.llama-index-legacy: update homepage --- pkgs/development/python-modules/llama-index-legacy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/llama-index-legacy/default.nix b/pkgs/development/python-modules/llama-index-legacy/default.nix index 43e13c7cedeb..06d32b341bcd 100644 --- a/pkgs/development/python-modules/llama-index-legacy/default.nix +++ b/pkgs/development/python-modules/llama-index-legacy/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "LlamaIndex Readers Integration for files"; - homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-legacy"; + homepage = "https://github.com/run-llama/llama_index/tree/v0.9.48"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };