From 789a5f8252e267751821a9bb01d5d7feb7d80a22 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 2 Feb 2021 12:51:48 +0200 Subject: [PATCH] Fix dependency name. --- chronos.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index 6b18d1c..ca573e6 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -10,7 +10,7 @@ skipDirs = @["tests"] requires "nim > 1.2.0", "stew", "bearssl", - "nim-http-utils" + "httputils" task test, "Run all tests": var commands = [