From 76903f46993efffd46889f1852704db67f2cad9c Mon Sep 17 00:00:00 2001
From: rlyu <rlyu@svi.edu.au>
Date: Mon, 11 Jan 2021 11:19:13 +1100
Subject: [PATCH] nimble dependencies

---
 sscocaller.nimble | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sscocaller.nimble b/sscocaller.nimble
index 20d31de..90dfafa 100644
--- a/sscocaller.nimble
+++ b/sscocaller.nimble
@@ -11,7 +11,7 @@ bin           = @["sscocaller"]
 # Dependencies
 
 requires "nim >= 1.4.0","docopt","hts >= 0.3.4"
-requires "http://github.com/sdwfrost/rmath.git"
+requires "https://github.com/sdwfrost/distributions.git"
 
 # task test, "run the tests":
 #   exec "nim c  -d:useSysAssert -d:useGcAssert --lineDir:on --debuginfo -r tests/test_groups"
-- 
GitLab