Fixing typos and adding new repositories.
This commit is contained in:
parent
49e98461a3
commit
11c5343233
@ -14,9 +14,10 @@ ExoRepo class >> index [
|
||||
repositoryAddresses :=
|
||||
#('https://code.sustrato.red/Offray/MiniDocs'
|
||||
'https://code.sustrato.red/Offray/Shortener'
|
||||
'https://code.sustrato.red/Offray/TiddlyWikiPharo/'
|
||||
'https://code.sustrato.red/Offray/Socialmetrica/'
|
||||
'https://code.sustrato.red/mutabiT/EchartsPharo').
|
||||
'https://code.sustrato.red/Offray/TiddlyWikiPharo'
|
||||
'https://code.sustrato.red/mutabiT/EchartsPharo'
|
||||
'https://code.sustrato.red/Offray/VideoWeb'
|
||||
'https://code.sustrato.red/Offray/Socialmetrica').
|
||||
reposIndex := OrderedCollection new.
|
||||
repositoryAddresses do: [:adress | reposIndex add: (ExoRepo new repository: adress) ].
|
||||
^ reposIndex
|
||||
|
Loading…
Reference in New Issue
Block a user