aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index d7cb3f0e..818644aa 100644
--- a/gogs.go
+++ b/gogs.go
@@ -12,8 +12,8 @@ import (
"github.com/urfave/cli"
- "github.com/gogits/gogs/cmd"
- "github.com/gogits/gogs/pkg/setting"
+ "github.com/gogs/gogs/cmd"
+ "github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.49.0521"