This isn't a problem with the repo or its code, but with the webserver that hosts it. The attempt to add the budge Quicklisp distribution fails with a 503 error.
Specifically the following command:
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt" :replace t :prompt nil)
Visiting the URL in a browser or trying to curl it yields the same results. It looks like there's something wrong with the web server.
This is a duplicate of borodust/bodge-ui#20 and fixing it should fix this issue as well.
This isn't a problem with the repo or its code, but with the webserver that hosts it. The attempt to add the budge Quicklisp distribution fails with a 503 error.
Specifically the following command:
Visiting the URL in a browser or trying to
curlit yields the same results. It looks like there's something wrong with the web server.This is a duplicate of borodust/bodge-ui#20 and fixing it should fix this issue as well.