aboutsummaryrefslogtreecommitdiff
path: root/cmd/send-over-http/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/send-over-http/main.go')
-rw-r--r--cmd/send-over-http/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/send-over-http/main.go b/cmd/send-over-http/main.go
index 4bd9750..f9b4087 100644
--- a/cmd/send-over-http/main.go
+++ b/cmd/send-over-http/main.go
@@ -6,7 +6,7 @@ import (
"os"
"time"
- sendoverhttp "git.server.ky/cypher/send-over-http"
+ sendoverhttp "git.server.ky/slackcoder/send-over-http"
)
func exitOnErr(err error) {