From fa9e6540b810e6fad7f9dd2a09545a7c241ce6f0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 13 Nov 2021 22:19:12 +0100 Subject: [PATCH] feat: add libcapsul --- config.js.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js.tmpl b/config.js.tmpl index e7b97d0..198635a 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -19,6 +19,7 @@ module.exports = { ], repositories: [ "coop-cloud/abra", - "coop-cloud/tagcmp" + "coop-cloud/tagcmp", + "servers.coop/libcapsul" ] };