From ecc6c42bf147293043d82b4ca205a5a2f7dd0eac Mon Sep 17 00:00:00 2001 From: John Coffey Date: Wed, 26 Aug 2026 10:43:11 -0700 Subject: [PATCH] Point the sign-in footer at ihasmail.org The link went to linuxexpert.org, which is the organisation rather than the project. Someone reading a sign-in page and following it wants the software's own site, not its publisher's. Checked that https://ihasmail.org answers 200 before putting it in front of everyone who reaches the instance -- a dead link on a sign-in page is worse than none. The README badge still credits LINUXexpert.org, which is the right place for attribution and was not part of this. --- web/src/views/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/Login.tsx b/web/src/views/Login.tsx index 12fff9b..54d53f1 100644 --- a/web/src/views/Login.tsx +++ b/web/src/views/Login.tsx @@ -101,7 +101,7 @@ export function LoginPage() { offer something a person can actually act on. It also means a bug report names the build without anyone having to sign in to find it. */} - ihasmail v{APP_VERSION} by linuxexpert.org + ihasmail v{APP_VERSION} by ihasmail.org {" ยท "} AGPL-3.0 source