From dbb8f23f1885ccb431d49f89747a4dfa115b7058 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 30 Jun 2025 04:56:12 -0500 Subject: [PATCH] switch patches to forge.wit.com. finally! --- patchset.Get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchset.Get.go b/patchset.Get.go index fcd59eb..b0daf29 100644 --- a/patchset.Get.go +++ b/patchset.Get.go @@ -6,7 +6,7 @@ import ( "go.wit.com/log" ) -var forgeURL string = "https://go.wit.com/" +var forgeURL string = "https://forge.wit.com/" func (f *Forge) GetPatchesets() (*Patchsets, error) { url := forgeURL + "GetPatchsets"