From 147864b71b35a2eda76cb8b54b67b56aa7dfbbe2 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 7 Jan 2020 16:49:36 -0800 Subject: [PATCH] Added Computable repos (congo, conform) --- data/ecosystems/c/computable.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ecosystems/c/computable.toml b/data/ecosystems/c/computable.toml index 0da62bb9..17a3889a 100644 --- a/data/ecosystems/c/computable.toml +++ b/data/ecosystems/c/computable.toml @@ -33,6 +33,12 @@ url = "https://github.com/computablelabs/computable.py" [[repo]] url = "https://github.com/computablelabs/computablelabs.github.io" +[[repo]] +url = "https://github.com/computablelabs/conform" + +[[repo]] +url = "https://github.com/computablelabs/congo" + [[repo]] url = "https://github.com/computablelabs/crunky"