Skip to content

Commit fe74349

Browse files
tom95j4yk
authored andcommitted
update repo URLs to the 'official' URLs on squeak-smalltalk (#263)
(cherry-picked from commit b1f1e72)
1 parent 6db4fdf commit fe74349

File tree

1 file changed

+3
-3
lines changed
  • src/BaselineOfSquot.package/BaselineOfSquot.class/instance

1 file changed

+3
-3
lines changed

src/BaselineOfSquot.package/BaselineOfSquot.class/instance/baseline..st

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ baseline: spec
44
spec for: #'common' do: [
55
spec baseline: 'Ston' with: [
66
spec
7-
repository: 'github://fniephaus/ston:fniephaus-patch-3/repository'. ].
7+
repository: 'github://squeak-smalltalk/squeak-ston:squeak/repository'. ].
88
spec baseline: 'FileTree' with: [
99
spec
1010
repository: 'github://dalehenrich/filetree:squeak4.3/repository'. ].
1111
spec baseline: 'Tonel'
12-
with: [spec repository: 'github://j4yk/tonel:squeak/'].
12+
with: [spec repository: 'github://squeak-smalltalk/squeak-tonel:squeak/'].
1313
spec
1414
package: 'SqueakSSL-Core' with: [
1515
spec
@@ -32,7 +32,7 @@ baseline: spec
3232
file: 'DiffMerge-tonyg.12'. ];
3333
baseline: 'FileSystem' with:
3434
[spec
35-
repository: 'github://j4yk/Squeak-FileSystem:master/src';
35+
repository: 'github://squeak-smalltalk/squeak-filesystem:master/src';
3636
loads: #('default' 'tests')];
3737
package: 'VersionControl';
3838
package: 'Squot' with: [

0 commit comments

Comments
 (0)