diff --git a/README.txt b/README.txt index 5a7ed0a..5ad381d 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: - * 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: (distribute-coin:server) diff --git a/distribute-coin.asd b/distribute-coin.asd index 5147b4c..883dfbf 100755 --- a/distribute-coin.asd +++ b/distribute-coin.asd @@ -2,7 +2,7 @@ :version "0.1" :author "Jaidyn Ann " :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 ((:file "package")