From aff42082441715559bb2e62e11550af1a946a8c9 Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Sun, 27 May 2018 08:53:48 +0800
Subject: *: rename "gogits" to "gogs"

---
 pkg/ssh/ssh.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'pkg/ssh/ssh.go')

diff --git a/pkg/ssh/ssh.go b/pkg/ssh/ssh.go
index d3526021..fd79f680 100644
--- a/pkg/ssh/ssh.go
+++ b/pkg/ssh/ssh.go
@@ -18,8 +18,8 @@ import (
 	"golang.org/x/crypto/ssh"
 	log "gopkg.in/clog.v1"
 
-	"github.com/gogits/gogs/models"
-	"github.com/gogits/gogs/pkg/setting"
+	"github.com/gogs/gogs/models"
+	"github.com/gogs/gogs/pkg/setting"
 )
 
 func cleanCommand(cmd string) string {
-- 
cgit v1.2.3