Replace :ipfs-gno with :cl-ipfs-api²

This commit is contained in:
Jenga Phoenix 2019-05-24 00:18:42 -05:00
parent dd50e4f95d
commit 5844b99863
2 changed files with 2 additions and 2 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:
* ipfs-gno (https://git.eunichx.us/ipfs-gno.git) * cl-ipfs-api² (https://git.eunichx.us/cl-ipfs-api2.git)
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)

View File

@ -2,7 +2,7 @@
:version "0.1" :version "0.1"
:author "Jaidyn Ann <jadedctrl@teknik.io>" :author "Jaidyn Ann <jadedctrl@teknik.io>"
:license "Cooperative Software License" :license "Cooperative Software License"
:depends-on ("hunchentoot" "translate" "html-template" "ipfs-gno") :depends-on ("hunchentoot" "translate" "html-template" "cl-ipfs-api2")
:components ((:module "src" :components ((:module "src"
:components :components
((:file "package") ((:file "package")