diff --git a/README.txt b/README.txt index 5ad381d..9b3b594 100644 --- a/README.txt +++ b/README.txt @@ -19,7 +19,7 @@ USAGE Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/", and you're good). There is one thing that isn't in quicklisp that this needs, though: - * cl-ipfs-apiĀ² (https://git.eunichx.us/cl-ipfs-api2.git) + * cl-ipfs-apiĀ² (https://hak.xwx.moe/jadedctrl/cl-ipfs-api2) Once you've loaded :distribute-coin into your REPL, just run: (distribute-coin:server) @@ -32,6 +32,6 @@ on usage of #'server. BORING STUFF ---------------------------------------- License is AGPLv3-- check COPYING.txt. -Author is Jaidyn Ann -Permanent instance over at https://coinsh.red -Sauce is at https://git.eunichx.us/distribute-coin.git +Author is Jaidyn Ann +Flagship instance was https://coinsh.red +Sauce is at https://hak.xwx.moe/jadedctrl/distribute-coin diff --git a/distribute-coin.asd b/distribute-coin.asd index 883dfbf..d894189 100755 --- a/distribute-coin.asd +++ b/distribute-coin.asd @@ -1,7 +1,7 @@ (defsystem "distribute-coin" - :version "0.1" - :author "Jaidyn Ann " - :license "Cooperative Software License" + :version "0.11" + :author "Jaidyn Ann " + :license "GNU AGPLv3" :depends-on ("hunchentoot" "translate" "html-template" "cl-ipfs-api2") :components ((:module "src" :components diff --git a/res/html/foot.html b/res/html/foot.html index 13617a3..4071143 100644 --- a/res/html/foot.html +++ b/res/html/foot.html @@ -10,7 +10,7 @@
  • eunichx
  • onion
  • -
  • +
  • source-code