From b0498bfcc5f9e571513913c7444f6382bd6d1991 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 8 May 2021 17:41:33 -0500 Subject: [PATCH] Disabling Noha's Fork to make Brea installable. --- repository/BaselineOfBrea/BaselineOfBrea.class.st | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repository/BaselineOfBrea/BaselineOfBrea.class.st b/repository/BaselineOfBrea/BaselineOfBrea.class.st index ba506c8..93e3862 100644 --- a/repository/BaselineOfBrea/BaselineOfBrea.class.st +++ b/repository/BaselineOfBrea/BaselineOfBrea.class.st @@ -20,7 +20,9 @@ BaselineOfBrea >> baseline: spec [ spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]; baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]; - baseline: 'TaskIt' with: [ spec repository: 'github://noha/taskit:add-all-future' ]. + baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit:v1.0' ] + "[ spec repository: 'github://noha/taskit:add-all-future' ]" + "Disabling Noha's Fork to make Brea installable.". "Packages" spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'Mustache' 'TaskIt' 'Grafoscopio-Utils') ].