docs(docs): 📝 Update registry URLs from 'forge.black.local' to 'forge.black.lan' in README files

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 04:05:16 -07:00
parent 95124348a1
commit ea72f7303e
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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