Skip to content

Commit c14de8d

Browse files
committed
Update ref from a deprecated branch to main branch
1 parent 0a72a97 commit c14de8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

base.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ extends =
99
https://dist.plone.org/release/6.1.3/versions.cfg
1010
https://dist.plone.org/release/6.1.3/versions-ecosystem.cfg
1111
https://dist.plone.org/release/6.1.3/versions-extra.cfg
12-
https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613/versions.cfg
13-
https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613/sources.cfg
12+
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/versions.cfg
13+
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/sources.cfg
1414

1515
parts =
1616
instance
@@ -34,12 +34,15 @@ environment-vars =
3434
zope_i18n_compile_mo_files true
3535
eggs =
3636
Plone
37+
horse-with-no-namespace
3738
Pillow
3839
imio.news.core
3940
zcml =
4041
imio.news.core
4142
imio.news.core-overrides
4243

44+
initialization = import horse_with_no_namespace
45+
4346
[vscode]
4447
recipe = collective.recipe.vscode
4548
eggs = ${instance:eggs}

0 commit comments

Comments
 (0)