From 5e04940a3bc73fa1a9c41b7a4af35189e58592d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Pospi=CC=81s=CC=8Cil?= Date: Fri, 7 Oct 2022 09:51:57 +0200 Subject: [PATCH] Add shriek curl wrapper --- pkgs.janet | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs.janet b/pkgs.janet index 66841ec..7d413e5 100644 --- a/pkgs.janet +++ b/pkgs.janet @@ -49,6 +49,7 @@ 'set "https://github.com/MikeBeller/janet-set.git" 'sh "https://github.com/andrewchambers/janet-sh.git" 'shawn "https://git.sr.ht/~pepe/shawn" + 'shriek "https://git.sr.ht/~pepe/shriek" 'spork "https://github.com/janet-lang/spork.git" 'sqlite3 "https://github.com/janet-lang/sqlite3.git" 'tarray "https://github.com/janet-lang/tarray.git"