From 4ac0f4aca28da0901ac0b2056d830e1026ec8d20 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:17:31 -0600 Subject: [PATCH] Update address & source URL --- miid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miid b/miid index a34a873..d1a9912 100644 --- a/miid +++ b/miid @@ -1,7 +1,7 @@ #!/bin/sh #――――――――――――――――――――――――――――――――――――――― # name: miid, Mushy II Demon -# main: jadedctrl<@teknik.io> +# main: jadedctrl<@posteo.at> # date: 2021 #――――――――――――――――――――――――――――――――――――――― @@ -578,7 +578,7 @@ function help_command { function sauce_command { local user="$1" - msg "$user, you can find my secret sauce at https://github.com/JadedCtrl/miid." + msg "$user, you can find my secret sauce at https://hak.xwx.moe/jadedctrl/miid." msg "… just, be careful, OK?" }