From 9cb5a0400203c2fa50b51549f32d011bead7746b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:38:57 -0700 Subject: [PATCH] Added mule automation framework to Algorand --- data/ecosystems/a/algorand.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/a/algorand.toml b/data/ecosystems/a/algorand.toml index 03e1303e..1248bcd8 100644 --- a/data/ecosystems/a/algorand.toml +++ b/data/ecosystems/a/algorand.toml @@ -72,6 +72,9 @@ url = "https://github.com/algorand/msgp" [[repo]] url = "https://github.com/algorand/msgpack-lite" +[[repo]] +url = "https://github.com/algorand/mule" + [[repo]] url = "https://github.com/algorand/node_exporter"