Baseline adjustment

This commit is contained in:
Daniel Ziltener 2022-05-16 15:26:42 +02:00
parent ed5f1b4938
commit 0ae23e2673

View file

@ -13,7 +13,7 @@ BaselineOfBowerbird >> baseline: spec [
spec spec
package: 'Bowerbird' package: 'Bowerbird'
]; ];
baseline: 'NeoJSON' with: [ spec repository: 'https://gitea.lyrion.ch/zilti/Bowerbird.git' ] baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]
] ]
{ #category : #accessing } { #category : #accessing }