From a8c87c42973582f3bedf973934d91fc43eb8fcc6 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Wed, 14 Aug 2024 18:10:27 +0200 Subject: [PATCH] Products.validation: renamed master to main. [ci skip] --- sources.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.cfg b/sources.cfg index fe7edb7c2c..40076622ec 100644 --- a/sources.cfg +++ b/sources.cfg @@ -156,7 +156,7 @@ Products.PluggableAuthService = git ${remotes:zope}/Products.PluggableAuth Products.PluginRegistry = git ${remotes:zope}/Products.PluginRegistry.git pushurl=${remotes:zope_push}/Products.PluginRegistry.git branch=master Products.PortalTransforms = git ${remotes:plone}/Products.PortalTransforms.git pushurl=${remotes:plone_push}/Products.PortalTransforms.git branch=master Products.statusmessages = git ${remotes:plone}/Products.statusmessages.git pushurl=${remotes:plone_push}/Products.statusmessages.git branch=master -Products.validation = git ${remotes:plone}/Products.validation.git pushurl=${remotes:plone_push}/Products.validation.git branch=master +Products.validation = git ${remotes:plone}/Products.validation.git pushurl=${remotes:plone_push}/Products.validation.git branch=main Products.ZopeVersionControl = git ${remotes:zope}/Products.ZopeVersionControl.git pushurl=${remotes:zope_push}/Products.ZopeVersionControl.git branch=master repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git pushurl=git@github.com:repoze/repoze.xmliter.git branch=master robotsuite = git ${remotes:collective}/robotsuite.git pushurl=${remotes:collective_push}/robotsuite.git branch=master