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")))