Browse Source

miniwinsvc: fix import path

Unknwon 8 years ago
parent
commit
6daac151b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/setting/miniwinsvc.go

+ 1 - 1
modules/setting/miniwinsvc.go

@@ -7,7 +7,7 @@
 package setting
 
 import (
-	_ "github.com/kardianos/minwinsvc"
+	_ "github.com/gogits/minwinsvc"
 )
 
 func init() {