From 554754b4b7a1eef6c73996dd5fb53d6af3222d7a Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:35:36 -0600 Subject: [PATCH] Update README & addresses --- README.txt | 4 ++-- farend.sh | 2 +- util/ccal.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index d63f88d..6c5a0c8 100644 --- a/README.txt +++ b/README.txt @@ -56,5 +56,5 @@ highlights the current day (since it's not builtin in many versions). BORING STUFF ———————————————————————————————————————— License is GPLv3-- check COPYING.txt. -Author is Jaidyn Ann -Sauce is at https://git.xwx.moe/farend.git +Author is Jaidyn Ann +Sauce is at https://hak.xwx.moe/jadedctrl/farend diff --git a/farend.sh b/farend.sh index 1c733c3..2346f26 100755 --- a/farend.sh +++ b/farend.sh @@ -2,7 +2,7 @@ # -------------------------------------- # name: farend # desc: a simple todo system in shell -# main: jaidyn ann +# main: jaidyn ann # -------------------------------------- # Take in everything in stdin, then print diff --git a/util/ccal.sh b/util/ccal.sh index f0b43d2..ed8356c 100755 --- a/util/ccal.sh +++ b/util/ccal.sh @@ -2,7 +2,7 @@ # -------------------------------------- # name: ccal # desc: portable colourized `cal` -# main: jaidyn ann +# main: jaidyn ann # -------------------------------------- # On some systems, the `cal` command can't highlight the current day.