From 4a4efdc34f7cff47b6011dbca5fc845b6b108a9e Mon Sep 17 00:00:00 2001
From: Aaron Honeycutt <aaronhoneycutt@protonmail.com>
Date: Sat, 23 Nov 2024 09:31:17 -0700
Subject: [PATCH 1/2] Update hosting-on-nixos.md

remove dead Mastodon server link
---
 content/posts/hosting-on-nixos.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/content/posts/hosting-on-nixos.md b/content/posts/hosting-on-nixos.md
index 5049a7d..ccaaa56 100644
--- a/content/posts/hosting-on-nixos.md
+++ b/content/posts/hosting-on-nixos.md
@@ -66,8 +66,6 @@ mastodon-env tootctl accounts approve PUT-YOUR-USERNAME-HERE
 mastodon-env tootctl accounts modify PUT-YOUR-USERNAME-HERE --confirm
 ```
 
-[Mastodon server](https://stoners.space/about)
-
 [Source](https://page.romeov.me/posts/setting-up-mastodon-with-nixos/#adding-your-user)
 
 ### Nextcloud

From c56374c3c4b93694488d313d6cb6cf6302d8e54a Mon Sep 17 00:00:00 2001
From: Aaron Honeycutt <aaronhoneycutt@protonmail.com>
Date: Sat, 23 Nov 2024 16:35:16 -0700
Subject: [PATCH 2/2] Update config.toml

fix email link
---
 config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index 66af083..f0918d7 100644
--- a/config.toml
+++ b/config.toml
@@ -66,7 +66,7 @@ blog_section_path = "/posts"
 links = [
     { name = "GitHub", icon = "github", url = "https://github.com/ahoneybun" },
     { name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
-    { name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" },
+    { name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me" },
 ]
 
 force_theme = false                   # false | "light" | "dark"