From 3b1427a8dba6a5ee7fdc263db5d9995118cbb1e2 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 1 Oct 2024 15:09:07 -0700 Subject: [PATCH] Switching to a new Mastodon server --- ha-aux-apps.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 376763f..6290ffd 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -33,7 +33,7 @@ Glad to see the 2FA feature is working on the [[https://codeberg.org/martianh/ma (use-package mastodon :straight (:host codeberg :repo "martianh/mastodon.el") :init - (setq mastodon-instance-url "https://emacs.ch" + (setq mastodon-instance-url "https://pdx.sh" mastodon-active-user "howard")) #+end_src