From 3559e353fea58ca5535ab4111520d5cf59767d65 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 24 Sep 2021 18:52:05 +1000 Subject: [PATCH] Add plutus and flat to repos of interest --- main/cardano-repo-tool.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/cardano-repo-tool.hs b/main/cardano-repo-tool.hs index 4dc310f..3a31d53 100644 --- a/main/cardano-repo-tool.hs +++ b/main/cardano-repo-tool.hs @@ -217,9 +217,11 @@ repos = , "cardano-sl-x509" , "cardano-transactions" , "cardano-wallet" + , "flat" , "hedgehog-extras" , "iohk-monitoring-framework" , "ouroboros-network" + , "plutus" , "Win32-network" ]