From 198098486197aac2a61316b094e5073b5a22d8be Mon Sep 17 00:00:00 2001 From: mbodecek Date: Wed, 2 Dec 2020 17:39:03 +0100 Subject: [PATCH] add Tezos Domains to the Tezos repo list --- data/ecosystems/t/tezos.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/ecosystems/t/tezos.toml b/data/ecosystems/t/tezos.toml index 9ba632ef..e1da3420 100644 --- a/data/ecosystems/t/tezos.toml +++ b/data/ecosystems/t/tezos.toml @@ -1300,6 +1300,21 @@ url = "https://github.com/tezos-blue/client" [[repo]] url = "https://github.com/tezos-commons/tezos-core-tools" +[[repo]] +url = "https://gitlab.com/tezos-domains/app" + +[[repo]] +url = "https://gitlab.com/tezos-domains/client" + +[[repo]] +url = "https://gitlab.com/tezos-domains/contracts" + +[[repo]] +url = "https://gitlab.com/tezos-domains/examples" + +[[repo]] +url = "https://gitlab.com/tezos-domains/indexer" + [[repo]] url = "https://github.com/tezos-domains/docs"