We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472d477 commit 7a15b23Copy full SHA for 7a15b23
BaselineOfGeoJSON.package/BaselineOfGeoJSON.class/instance/baseline..st
@@ -10,7 +10,7 @@ baseline: spec
10
spec requires: #( 'GeoJSON-Core' "leaving out voyage for now. needs to be loaded separately" )].
11
spec
12
baseline: 'NeoJSON'
13
- with: [ spec repository: 'github://zweidenker/NeoJSON:master/repository' ].
+ with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ].
14
15
16
group: 'default' with: #( 'GeoJSON-Core') ].
0 commit comments