diff options
author | Colin Okay <okay@toyful.space> | 2022-03-25 17:14:54 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-25 17:14:54 -0500 |
commit | a185fcd16713c27441203b8fa88144529436fcac (patch) | |
tree | 283ea729f987e628802b403b9555cbf175033fe6 /clpmfile | |
parent | a74a5964e9797cd2d6ec7e045b0c517cf182f2f2 (diff) |
[bugfix] github sources were broken today, so I changed to sr.ht
Diffstat (limited to 'clpmfile')
-rw-r--r-- | clpmfile | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -5,15 +5,19 @@ (:asd "oneliners.api.asd") -(:github "lazybones" - :path "cbeo/lazybones" - :branch "master") -(:github "lambda-riffs" - :path "cbeo/lambda-riffs" +(:git lazybones + :url "https://git.sr.ht/~cbeo/lazybones" :branch "master") -(:github "lazybones-client" - :path "cbeo/lazybones-client" +(:git lazybones-client + :url "https://git.sr.ht/~cbeo/lazybones-client" :branch "main") +(:git lambda-riffs + :url "https://git.sr.ht/~cbeo/lambda-riffs" + :branch "master") + + + + |