Fixing typos and adding new repositories.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-03-08 16:01:22 -05:00
parent 49e98461a3
commit 11c5343233
1 changed files with 4 additions and 3 deletions

View File

@ -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