Archived
1
0
Disbranĉigi 0

Update README & addresses

This commit is contained in:
Jaidyn Ann 2024-01-29 00:50:38 -06:00
parent 2317b8733d
commit 5591f45230
2 changed files with 3 additions and 3 deletions

View File

@ -33,5 +33,5 @@ BORING STUFF
———————————————————————————————————————— ————————————————————————————————————————
License is the GNU GPLv3: License is the GNU GPLv3:
check COPYING.txt (/ipfs/QmTBpqbvJLZaq3hTMUhxX5hyJaSCeWe6Q5FRctQbsD6EsE) check COPYING.txt (/ipfs/QmTBpqbvJLZaq3hTMUhxX5hyJaSCeWe6Q5FRctQbsD6EsE)
Author is Jaidyn Ann <jadedctrl@teknik.io> Author is Jaidyn Ann <jadedctrl@posteo.at>
Sauce is at https://git.eunichx.us/x-if.git Sauce is at https://hak.xwx.moe/jadedctrl/x-if

View File

@ -1,7 +1,7 @@
(defsystem "x-if" (defsystem "x-if"
:version "0.0" :version "0.0"
:license "GPLv3" :license "GPLv3"
:author "Jaidyn Ann <jadedctrl@teknik.io>" :author "Jaidyn Ann <jadedctrl@posteo.at>"
:description "A flexible IF engine." :description "A flexible IF engine."
:depends-on (:cl-earley-parser :bknr.datastore :anaphora :cl-strings) :depends-on (:cl-earley-parser :bknr.datastore :anaphora :cl-strings)
:components ((:file "x-if"))) :components ((:file "x-if")))