aboutsummaryrefslogtreecommitdiff
path: root/clpmfile
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-25 17:14:54 -0500
committerColin Okay <okay@toyful.space>2022-03-25 17:14:54 -0500
commita185fcd16713c27441203b8fa88144529436fcac (patch)
tree283ea729f987e628802b403b9555cbf175033fe6 /clpmfile
parenta74a5964e9797cd2d6ec7e045b0c517cf182f2f2 (diff)
[bugfix] github sources were broken today, so I changed to sr.ht
Diffstat (limited to 'clpmfile')
-rw-r--r--clpmfile18
1 files changed, 11 insertions, 7 deletions
diff --git a/clpmfile b/clpmfile
index cd8b5f2..4262861 100644
--- a/clpmfile
+++ b/clpmfile
@@ -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")
+
+
+
+