From 9d7559ada05daf7d075becad5168c1bdba530cc3 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Mon, 8 Aug 2022 00:29:22 +0200 Subject: [PATCH] change hermes repo --- install.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.st b/install.st index 8fb2925..2b457cb 100644 --- a/install.st +++ b/install.st @@ -3,7 +3,7 @@ change := false. HEBinaryReaderWriter ifNil:[ [ Metacello new - repository: 'github://tesonep/hermes'; + repository: 'github://lxsang/hermes'; baseline:'Hermes'; load ] on: Warning do: #resume.