From e2bc4062af0cb76587dc8fbde035952fc00e2e91 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 30 Jan 2025 12:15:45 +0100 Subject: [PATCH] Update packages.json --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82ed1409..4f7632eb 100644 --- a/packages.json +++ b/packages.json @@ -34561,6 +34561,6 @@ "tags": ["errorcode", "errno", "statuscode", "httpstatuscode", "httpcode"], "description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions.", "license": "MIT", - "web": "https://github.com/nim-lang/errorcodes.git" + "web": "https://github.com/nim-lang/errorcodes" } ]