summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-12-17 10:17:06 +0100
committerYorhel <git@yorhel.nl>2021-12-17 10:17:09 +0100
commit46b4a5f7e09bffea201790a1099990a25a5e3408 (patch)
tree9242a051e6bf17e1d87320a43eb5837ef89fcd9f
parentb39d03881169c389c87af4073eb8b45606176d21 (diff)
Change contact email
contact@manned.org works fine, too, except I don't have outgoing mail setup to go through an smtp proxy so I can't reply to Outlook and gmail (and a few others). Seriously, fuck providers who can't see the difference between spam messages and human replies to legitimate mails.
-rwxr-xr-xwww/index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.pl b/www/index.pl
index 7dafaf6..e07f95c 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -212,7 +212,7 @@ sub framework_ {
footer_ sub {
span_ sub {
a_ href => '/info/about', 'about'; txt_ ' | ';
- a_ href => 'mailto:contact@manned.org', 'contact'; txt_ ' | ';
+ a_ href => 'mailto:manned@yorhel.nl', 'contact'; txt_ ' | ';
a_ href => 'https://code.blicky.net/yorhel/manned', 'source';
};
span_ 'all manual pages are copyrighted by their respective authors.';