From 75923e10585c7372a6109c4b81b63d535259eeee Mon Sep 17 00:00:00 2001 From: Babissimo Date: Fri, 21 Aug 2026 10:13:08 +0100 Subject: [PATCH] docs: Tower-Finder is now retina-server The repository was renamed on 2026-08-21 so that "tower-finder" refers only to tower-finder-service and to the illuminator-search feature it is named after. GitHub redirects the old URL, so nothing here was broken; this keeps the references saying what the thing is now called. Feature-level references to tower finding are deliberately untouched. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e11df8..2ee17c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: # retina-custody is a sibling library on no package index, so pip cannot # resolve the `retina-custody>=0.1.0` dependency on its own. The pin stays - # generic in pyproject.toml on purpose: Tower-Finder installs these libs + # generic in pyproject.toml on purpose: retina-server installs these libs # from local submodule paths, and a direct URL there would collide with # "conflicting URLs for package retina-custody". - run: uv pip install --system "retina-custody @ git+https://github.com/offworldlabs/retina-custody@v0.1.0"