From f4b5f60bf1153907cc256d394758e3c6e588d697 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 26 Oct 2020 09:06:44 -0700 Subject: [PATCH] Added Filecoin's bellman fork: bellperson. --- data/ecosystems/f/filecoin.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/f/filecoin.toml b/data/ecosystems/f/filecoin.toml index 67877caf..e80146d6 100644 --- a/data/ecosystems/f/filecoin.toml +++ b/data/ecosystems/f/filecoin.toml @@ -18,6 +18,9 @@ url = "https://github.com/filecoin-project/assets" [[repo]] url = "https://github.com/filecoin-project/bellman" +[[repo]] +url = "https://github.com/filecoin-project/bellperson" + [[repo]] url = "https://github.com/filecoin-project/benchmarks"