Update source URL info

This commit is contained in:
Jaidyn Ann 2024-01-29 00:06:49 -06:00
parent 5844b99863
commit 516ed09e68
3 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ USAGE
Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/", Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/",
and you're good). and you're good).
There is one thing that isn't in quicklisp that this needs, though: 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: Once you've loaded :distribute-coin into your REPL, just run:
(distribute-coin:server) (distribute-coin:server)
@ -32,6 +32,6 @@ on usage of #'server.
BORING STUFF BORING STUFF
---------------------------------------- ----------------------------------------
License is AGPLv3-- check COPYING.txt. License is AGPLv3-- check COPYING.txt.
Author is Jaidyn Ann <jadedctrl@teknik.io> Author is Jaidyn Ann <jadedctrl@posteo.at>
Permanent instance over at https://coinsh.red Flagship instance was https://coinsh.red
Sauce is at https://git.eunichx.us/distribute-coin.git Sauce is at https://hak.xwx.moe/jadedctrl/distribute-coin

View File

@ -1,7 +1,7 @@
(defsystem "distribute-coin" (defsystem "distribute-coin"
:version "0.1" :version "0.11"
:author "Jaidyn Ann <jadedctrl@teknik.io>" :author "Jaidyn Ann <jadedctrl@posteo.at>"
:license "Cooperative Software License" :license "GNU AGPLv3"
:depends-on ("hunchentoot" "translate" "html-template" "cl-ipfs-api2") :depends-on ("hunchentoot" "translate" "html-template" "cl-ipfs-api2")
:components ((:module "src" :components ((:module "src"
:components :components

View File

@ -10,7 +10,7 @@
<li><a href="https://eunichx.us">eunichx</a></li> <li><a href="https://eunichx.us">eunichx</a></li>
<li><a href="http://4wxnumwn5zljjkyi.onion/"> <li><a href="http://4wxnumwn5zljjkyi.onion/">
onion</a></li> onion</a></li>
<li><b><a href="https://git.eunichx.us/insert-coin.git"> <li><b><a href="https://hak.xwx.moe/jadedctrl/distribute-coin">
source-code</a></b></li> source-code</a></b></li>
</ul> </ul>
</div> </div>