From ea72f7303eec18298fa0399581fd9066d4f09b50 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 10 Jun 2026 04:05:16 -0700 Subject: [PATCH] =?UTF-8?q?docs(docs):=20=F0=9F=93=9D=20Update=20registry?= =?UTF-8?q?=20URLs=20from=20'forge.black.local'=20to=20'forge.black.lan'?= =?UTF-8?q?=20in=20README=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- README-dev-publish.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-dev-publish.md b/README-dev-publish.md index f17aba4..d186703 100644 --- a/README-dev-publish.md +++ b/README-dev-publish.md @@ -122,7 +122,7 @@ Examples: ### Optional - `LOCAL_PUBLISH_PYPI_REGISTRY` - Registry URL - Default: `http://forge.black.local/api/packages/lilith/pypi` + Default: `http://forge.black.lan/api/packages/lilith/pypi` ## Package Metadata @@ -177,7 +177,7 @@ dev-publish --verbose twine --version # Check registry connectivity -curl -I http://forge.black.local/api/packages/lilith/pypi +curl -I http://forge.black.lan/api/packages/lilith/pypi ``` ### ModuleNotFoundError diff --git a/README.md b/README.md index 2897ca9..1788458 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ pip install lilith-queue-cli Or from the Lilith Platform registry: ```bash -pip install lilith-queue-cli --index-url http://forge.black.local/api/packages/lilith/pypi/simple/ +pip install lilith-queue-cli --index-url http://forge.black.lan/api/packages/lilith/pypi/simple/ ``` ## Commands