Skip to content

Commit cf8a5d7

Browse files
committed
use pharolauncher-gtk branch
1 parent c2ae42c commit cf8a5d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/BaselineOfPharoLauncher/BaselineOfPharoLauncher.class.st

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ BaselineOfPharoLauncher >> gtkBindings: spec [
7878

7979
spec
8080
baseline: #Gtk
81-
with: [ spec repository: 'github://pharo-spec/gtk-bindings:pharolauncher-gtk-1' ]
81+
with: [ spec repository: 'github://pharo-spec/gtk-bindings:pharolauncher-gtk' ]
8282
]
8383

8484
{ #category : 'external projects' }
@@ -118,15 +118,15 @@ BaselineOfPharoLauncher >> specAdwaita: spec [
118118

119119
spec
120120
baseline: #Adwaita
121-
with: [ spec repository: 'github://estebanlm/Spec-LibAdwaita:pharolauncher-gtk-1' ]
121+
with: [ spec repository: 'github://estebanlm/Spec-LibAdwaita:pharolauncher-gtk' ]
122122
]
123123

124124
{ #category : 'external projects' }
125125
BaselineOfPharoLauncher >> specGtk: spec [
126126

127127
spec
128128
baseline: #SpecGtk
129-
with: [ spec repository: 'github://pharo-spec/Spec-Gtk:pharolauncher-gtk-1' ]
129+
with: [ spec repository: 'github://pharo-spec/Spec-Gtk:pharolauncher-gtk' ]
130130
]
131131

132132
{ #category : 'external projects' }

0 commit comments

Comments
 (0)