about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2020-02-22 00:11:17 +0000
committerEric Wong <normalperson@yhbt.net>2020-02-22 00:11:17 +0000
commit11e85cc82641de1cc9e6df2e886409bc8567f958 (patch)
treeef8ef92b2433848635e07f3f09db6a3771f6cb2e /GNUmakefile
parentc5fab448d4260594a876a2d29339156e45bfd379 (diff)
downloadmahoro-11e85cc82641de1cc9e6df2e886409bc8567f958.tar.gz
update URLs to YHBT.net
bogomips.org is going away as I can't afford it.
librelist has also been dead for years, now, so setup
a public-inbox in its place.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9fb82f5..8769ce5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -58,6 +58,6 @@ package: $(gem) $(tgz)
 RSYNC = rsync
 publish_doc: all
         $(RSYNC) --delete --exclude .gitignore -av \
-                www/ dcvr:/srv/bogomips/mahoro/
+                www/ yhbt.net:/srv/yhbt/mahoro/
 
 .PHONY: publish_doc package