diff options
Diffstat (limited to 'services/webhook/dingtalk.go')
-rw-r--r-- | services/webhook/dingtalk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/webhook/dingtalk.go b/services/webhook/dingtalk.go index 642cf6f2fd..06b73c38d6 100644 --- a/services/webhook/dingtalk.go +++ b/services/webhook/dingtalk.go @@ -15,7 +15,7 @@ import ( api "code.gitea.io/gitea/modules/structs" "code.gitea.io/gitea/modules/util" - dingtalk "github.com/lunny/dingtalk_webhook" + dingtalk "gitea.com/lunny/dingtalk_webhook" ) type ( |