diff options
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") + + + + |