Skip to content

Commit fa0870d

Browse files
eyriehq-bot[bot]Surya
andauthored
chore(rebrand): drop infrawatchlabs.com URLs + emails (#44)
* chore(rebrand): drop infrawatchlabs.com URLs + emails (now 404/dead) Per MGupta: company is letting go of infrawatchlabs.com β€” it 404s and all aliases moved to @eyriehq.com (DB migration completed Apr 29). Sweeping the README + in-app build args + meta tags + frontend constants to point at eyriehq.com instead. Substitutions: - https://infrawatchlabs.com -> https://eyriehq.com - https://projects.infrawatchlabs.com/ -> https://projects.eyriehq.com/ - support@infrawatchlabs.com -> support@eyriehq.com - security@infrawatchlabs.com -> security@eyriehq.com - opensource@infrawatchlabs.com -> hello@eyriehq.com - sales@infrawatchlabs.com -> hello@eyriehq.com (consolidating role aliases into a single hello@ catch-all) Untouched (intentional): - "InfraWatch Labs" company name in README attribution and footer - LICENSE Copyright "InfraWatch Labs" (legal entity, unchanged) - deployments/infrawatch/infrawatchlabs-main.patch (frozen historical fork diff β€” accurate for the commit it captures) * chore(rebrand): align attribution text with eyriehq.com link target Link text "InfraWatch Labs" pointing at https://eyriehq.com was a mismatch. Replaced with "EyrieHQ" in attribution links; the "InfraWatch Labs" company name remains in LICENSE Copyright. Also trimmed the redundant "maker of the EyrieHQ observability platform" tail in the footer. --------- Co-authored-by: Surya <surya@eyriehq.com>
1 parent 8a08a8a commit fa0870d

6 files changed

Lines changed: 12 additions & 13 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<b>An AI-agent-first project management platform, built on <a href="https://plane.so">Plane</a>.</b>
1818
</p>
1919
<p align="center">
20-
by <a href="https://infrawatchlabs.com">InfraWatch Labs</a>
20+
by <a href="https://eyriehq.com">EyrieHQ</a>
2121
</p>
2222

2323
<p align="center">
24-
<a href="https://infrawatchlabs.com"><b>Website</b></a> β€’
24+
<a href="https://eyriehq.com"><b>Website</b></a> β€’
2525
<a href="https://github.com/eyriehq/plane-plus-sdk-mcp"><b>SDK & MCP server</b></a> β€’
2626
<a href="./README-PLANE.md"><b>Upstream Plane README</b></a>
2727
</p>
@@ -138,7 +138,7 @@ license.
138138
## Security
139139

140140
- **Plane Plus-specific modifications** (anything under `plane/iw/…` in the API,
141-
or `iw-`-prefixed code): email **security@infrawatchlabs.com**.
141+
or `iw-`-prefixed code): email **security@eyriehq.com**.
142142
- **Upstream Plane code**: please use upstream's channels β€” see
143143
[upstream security policy](https://github.com/makeplane/plane/blob/master/SECURITY.md).
144144

@@ -152,6 +152,5 @@ additions (agent APIs, MCP integration, SDK features) belong here.
152152

153153
<p align="center">
154154
<em>Plane Plus is developed and maintained by
155-
<a href="https://infrawatchlabs.com">InfraWatch Labs</a>, maker of the
156-
EyrieHQ observability platform.</em>
155+
<a href="https://eyriehq.com">EyrieHQ</a>.</em>
157156
</p>

β€Žapps/admin/Dockerfile.iw-adminβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ ENV VITE_WEB_BASE_URL=$VITE_WEB_BASE_URL
5757
ARG VITE_WEB_BASE_PATH=""
5858
ENV VITE_WEB_BASE_PATH=$VITE_WEB_BASE_PATH
5959

60-
ARG VITE_WEBSITE_URL="https://infrawatchlabs.com"
60+
ARG VITE_WEBSITE_URL="https://eyriehq.com"
6161
ENV VITE_WEBSITE_URL=$VITE_WEBSITE_URL
62-
ARG VITE_SUPPORT_EMAIL="support@infrawatchlabs.com"
62+
ARG VITE_SUPPORT_EMAIL="support@eyriehq.com"
6363
ENV VITE_SUPPORT_EMAIL=$VITE_SUPPORT_EMAIL
6464

6565
COPY .gitignore .gitignore

β€Žapps/admin/app/root-iw.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const meta: Route.MetaFunction = () => [
6464
{ name: "description", content: APP_DESCRIPTION },
6565
{ property: "og:title", content: APP_TITLE },
6666
{ property: "og:description", content: APP_DESCRIPTION },
67-
{ property: "og:url", content: "https://projects.infrawatchlabs.com/" },
67+
{ property: "og:url", content: "https://projects.eyriehq.com/" },
6868
{
6969
name: "keywords",
7070
content: "infrawatch, project management, admin, configuration, instance management",

β€Žapps/space/Dockerfile.iw-spaceβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ ENV VITE_WEB_BASE_URL=$VITE_WEB_BASE_URL
5757
ARG VITE_WEB_BASE_PATH=""
5858
ENV VITE_WEB_BASE_PATH=$VITE_WEB_BASE_PATH
5959

60-
ARG VITE_WEBSITE_URL="https://infrawatchlabs.com"
60+
ARG VITE_WEBSITE_URL="https://eyriehq.com"
6161
ENV VITE_WEBSITE_URL=$VITE_WEBSITE_URL
6262

63-
ARG VITE_SUPPORT_EMAIL="support@infrawatchlabs.com"
63+
ARG VITE_SUPPORT_EMAIL="support@eyriehq.com"
6464
ENV VITE_SUPPORT_EMAIL=$VITE_SUPPORT_EMAIL
6565

6666
COPY .gitignore .gitignore

β€Žapps/space/app/root-iw.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const meta: Route.MetaFunction = () => [
7676
{ name: "description", content: APP_DESCRIPTION },
7777
{ property: "og:title", content: APP_TITLE },
7878
{ property: "og:description", content: APP_DESCRIPTION },
79-
{ property: "og:url", content: "https://projects.infrawatchlabs.com/" },
79+
{ property: "og:url", content: "https://projects.eyriehq.com/" },
8080
{
8181
name: "keywords",
8282
content: "infrawatch, project management, public roadmap, work items, collaboration",

β€Žpackages/constants/src/metadata-iw.tsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ export const SITE_TITLE = "Plane Plus";
1111
export const SITE_DESCRIPTION = "Project management for Plane Plus β€” work items, cycles, modules, and pages.";
1212
export const SITE_KEYWORDS =
1313
"plane plus, project management, observability, monitoring, work items, agile, kanban, collaboration";
14-
export const SITE_URL = "https://projects.infrawatchlabs.com/";
14+
export const SITE_URL = "https://projects.eyriehq.com/";
1515
export const TWITTER_USER_NAME = "@infrawatchlabs";
1616

1717
// Space Metadata
1818
export const SPACE_SITE_NAME = "Plane Plus Publish";
1919
export const SPACE_SITE_TITLE = "Plane Plus Publish";
2020
export const SPACE_SITE_DESCRIPTION = "Public boards and roadmaps powered by Plane Plus.";
2121
export const SPACE_SITE_KEYWORDS = "plane plus, project management, public roadmap, work items, collaboration";
22-
export const SPACE_SITE_URL = "https://projects.infrawatchlabs.com/";
22+
export const SPACE_SITE_URL = "https://projects.eyriehq.com/";
2323
export const SPACE_TWITTER_USER_NAME = "@infrawatchlabs";

0 commit comments

Comments
Β (0)