about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-28 02:08:00 +0000
committerEric Wong <e@80x24.org>2016-07-28 02:09:01 +0000
commit2ff984bed2cae91c922780809ab2ffc8890ecc27 (patch)
tree949d13367d5f9915827dd99fcdb63355cdcf6dd3 /GNUmakefile
parent11f72aae6e653cd2ab5e6316097e8b4919eb931e (diff)
downloadclogger-2ff984bed2cae91c922780809ab2ffc8890ecc27.tar.gz
Thanks to Let's Encrypt, the bogomips.org now supports
HTTPS so our homepage can be moved to:

	https://bogomips.org/clogger/

While clogger.bogomips.org is part of the TLS certificate, it is
needless subjectAltName bloat that should not have been created.
This will also make it easier to have multiple homepages in
the future as a Tor hidden service.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 35a07bc..ab8b4fe 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
 all::
-RSYNC_DEST := clogger.bogomips.org:/srv/clogger/
+RSYNC_DEST := bogomips.org:/srv/bogomips/clogger/
 rfpackage := clogger
 include pkg.mk
 test-ext: