From 1886c57980aed31d20fcde66ce34b2441999e122 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:31:35 -0600 Subject: [PATCH] Update README & addresses --- README.txt | 6 +++--- facilservil.asd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 4d8dbdd..dc890b6 100644 --- a/README.txt +++ b/README.txt @@ -41,7 +41,7 @@ everyone's input (or after timeout of waiting for input). For a different kind of example (less interesting, since it takes no user -input), look at QOTDD (https://git.eunichx.us/qotdd). +input), look at QOTDD (https://hak.xwx.moe/jadedctrl/qotdd). For a more comprehensive guide to Facilservil, look to USAGE, coming right up. @@ -79,6 +79,6 @@ whatever you need). You can store/set a variable with #'bury, and retrieve with BORING STUFF ———————————————————————————————————————— Based on Sergey's gist -Author is Jaidyn Ann +Author is Jaidyn Ann License is BSD 3-Clause “New”, see COPYING.txt -Sauce is at https://git.eunichx.us/facilservil.git +Sauce is at https://hak.xwx.moe/jadedctrl/facilservil diff --git a/facilservil.asd b/facilservil.asd index f374030..b3bfbaf 100755 --- a/facilservil.asd +++ b/facilservil.asd @@ -1,7 +1,7 @@ (defsystem "facilservil" :version "1.0" :license "BSD 3-Clause" - :author "Jaidyn Lev " + :author "Jaidyn Lev " :depends-on ("usocket" "flexi-streams" "bordeaux-threads") :components ((:file "facilservil")) :description