diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ab1afc..ea0082a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -64,6 +64,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
and makes no outbound calls.
### Changed
+- **The maintainer's home is now [2plot.dev](https://2plot.dev).** Every link
+ that pointed at the retired `pip-install-python.com` domain — in the README,
+ the sidebar, the site's structured data and the cross-host directory — now
+ points at 2plot.dev, and the README opens with the 2plot banner.
- **Fresher, safer dependencies.** The AI/SEO layer (`dash-improve-my-llms`) now
installs from PyPI at ≥ 2.3.4 instead of a vendored 2.0.0 snapshot; the
`gunicorn` web server is floored at ≥ 23 (clearing two request-smuggling
diff --git a/README.md b/README.md
index 3a811de..b4645bb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
+

+
# dash-mui-scheduler — MUI X scheduling for Dash
**Event calendar, resource timeline & radial chart components for [Plotly Dash](https://dash.plotly.com), wrapping the [MUI X Scheduler](https://mui.com/x/react-scheduler/).**
@@ -28,7 +30,7 @@ Drag & drop scheduling · recurrence · resources · timezones · automatic dark
-_Maintained by **[Pip Install Python LLC](https://pip-install-python.com)**._
+_Maintained by **[Pip Install Python LLC](https://2plot.dev)**._
@@ -98,8 +100,8 @@ Full documentation, with a **live, editable demo and source for every example**:
### 📚 **[muischeduler.2plot.dev](https://muischeduler.2plot.dev)**
-Part of the open-source documentation index maintained by Pip Install Python LLC at
-[pip-install-python.com](https://pip-install-python.com).
+Part of the open-source component index maintained by Pip Install Python LLC at
+[2plot.dev](https://2plot.dev).
You can also run the docs site locally — it is a markdown-driven Dash app served by `run.py`:
@@ -271,7 +273,7 @@ dash-mui-scheduler is one of several tools built and maintained by **Pip Install
| Project | What it is |
|-------------------------------------------------------------|-----------------------------------------------------------------|
-| 📚 **[Pip Install Python](https://pip-install-python.com)** | Open-source documentation index for the Python & Dash ecosystem |
+| 📚 **[2plot.dev](https://2plot.dev)** | Open-source component index for the Python & Dash ecosystem — every library in the network |
| 🔀 **[PiratesBargain.com](https://piratesbargain.com)** | E-commerce / digital Commerce |
| 🧠 **[ai-agent.buzz](https://ai-agent.buzz)** | Infinite AI canvas |
| 🎬 **[2plot.media](https://2plot.media)** | Videography application |
@@ -281,4 +283,4 @@ dash-mui-scheduler is one of several tools built and maintained by **Pip Install
MIT — see [LICENSE](LICENSE) for the Dash wrapper code in this package. The wrapped
`@mui/x-scheduler` (Community) is MIT; `@mui/x-scheduler-premium` and `@mui/x-charts-premium`
require a commercial MUI X Premium license to use without a watermark. Built by
-**[Pip Install Python LLC](https://pip-install-python.com)**. to bridge mui components into the dash framework.
+**[Pip Install Python LLC](https://2plot.dev)** to bridge MUI components into the Dash framework.
diff --git a/components/navbar.py b/components/navbar.py
index 5b30e8b..34feed7 100644
--- a/components/navbar.py
+++ b/components/navbar.py
@@ -146,8 +146,8 @@ def create_content(data):
),
create_nav_link(
"solar:box-bold-duotone",
- "Pip Components",
- "https://pip-install-python.com/",
+ "2plot.dev",
+ "https://2plot.dev/",
external=True
),
]
diff --git a/lib/network_directory.py b/lib/network_directory.py
index 701b46d..507ded0 100644
--- a/lib/network_directory.py
+++ b/lib/network_directory.py
@@ -108,12 +108,10 @@
# NXDOMAIN as of 2026-07-31 — see the note above.
]
+# DIVERGENCE FROM the upstream copy (2026-08-02, owner decision): the
+# pip-install-python.com entry is dropped — that domain is retired in favor of
+# 2plot.dev, which is already listed in PEERS above. Fix upstream when touched.
AFFILIATED: List[Dict[str, str]] = [
- {
- "name": "Pip Install Python",
- "url": "https://pip-install-python.com",
- "description": "The original component documentation site.",
- },
{
"name": "Pirate's Bargain",
"url": "https://piratesbargain.com",
diff --git a/templates/index.html b/templates/index.html
index 073fabf..4327d88 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -84,7 +84,7 @@
"@type": "Organization",
"@id": "__BASE_URL__/#publisher",
"name": "Pip Install Python LLC",
- "url": "https://pip-install-python.com"
+ "url": "https://2plot.dev"
},
{
"@type": "SoftwareSourceCode",