Skip to content

Commit

Permalink
baseline: update GitHub links (no LinqLover)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 17, 2024
1 parent 3ee79e0 commit 028425f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ baseline: spec
spec for: #common do: [
"dependencies"
spec baseline: 'SemanticText' with: [
spec repository: 'github://LinqLover/Squeak-SemanticText:main/packages'].
spec repository: 'github://hpi-swa-lab/Squeak-SemanticText:main/packages'].
spec baseline: 'SqueakHistory' with: [
spec
repository: 'github://LinqLover/squeak-history:stream-github--hpi-swa-lab--squeak-inbox-talk/packages';
repository: 'github://hpi-swa/squeak-history:master/packages';
loads: 'SqueakHistory'].

"packages"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ installDependencies

Metacello new
baseline: 'SqueakHistory';
repository: 'github://LinqLover/squeak-history:stream-github--hpi-swa-lab--squeak-inbox-talk/packages';
repository: 'github://hpi-swa/squeak-history:master/packages';
get;
load: 'SqueakHistory'.

(Smalltalk hasClassNamed: #TalkSemanticConversationBrowserPlugin) ifTrue: [
Metacello new
baseline: 'SemanticText';
repository: 'github://LinqLover/Squeak-SemanticText:main';
repository: 'github://hpi-swa-lab/Squeak-SemanticText:main';
get;
load].
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"class" : {
},
"instance" : {
"baseline:" : "ct 8/27/2023 23:36",
"baseline:" : "ct 11/17/2024 23:16",
"initializeSqhPreferences" : "ct 11/17/2024 23:26",
"installDependencies" : "ct 8/27/2023 23:36",
"installDependencies" : "ct 11/17/2024 23:17",
"isCI" : "ct 10/15/2022 21:23",
"openWelcomeContentsSync" : "ct 7/8/2021 21:00",
"postLoad" : "ct 5/26/2021 15:42",
Expand Down

0 comments on commit 028425f

Please sign in to comment.