From 9b10d201f42187b65d12bef911f8e4763e8a98c7 Mon Sep 17 00:00:00 2001 From: Jan-Wijbrand Kolman Date: Mon, 22 Jan 2018 13:00:22 +0100 Subject: [PATCH] update buildout extends URL to the 3.0.0a1 tag --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index fc944da..7f6440d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,6 +1,6 @@ [buildout] extends = - https://raw.githubusercontent.com/zopefoundation/groktoolkit/master/grok.cfg + https://raw.githubusercontent.com/zopefoundation/groktoolkit/3.0.0a1/grok.cfg develop = . parts = coverage