From 5591f452303db0e0c08c2c7bdc0a37b59b173320 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:50:38 -0600 Subject: [PATCH] Update README & addresses --- README.txt | 4 ++-- x-if.asd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index c9e3634..18090d7 100644 --- a/README.txt +++ b/README.txt @@ -33,5 +33,5 @@ BORING STUFF ———————————————————————————————————————— License is the GNU GPLv3: check COPYING.txt (/ipfs/QmTBpqbvJLZaq3hTMUhxX5hyJaSCeWe6Q5FRctQbsD6EsE) -Author is Jaidyn Ann -Sauce is at https://git.eunichx.us/x-if.git +Author is Jaidyn Ann +Sauce is at https://hak.xwx.moe/jadedctrl/x-if diff --git a/x-if.asd b/x-if.asd index e3dd173..9ee653a 100755 --- a/x-if.asd +++ b/x-if.asd @@ -1,7 +1,7 @@ (defsystem "x-if" :version "0.0" :license "GPLv3" - :author "Jaidyn Ann " + :author "Jaidyn Ann " :description "A flexible IF engine." :depends-on (:cl-earley-parser :bknr.datastore :anaphora :cl-strings) :components ((:file "x-if")))