diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-11-04 00:11:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 00:11:08 +0800 |
commit | 1adde07a3fc4a43ec3d5829dc3e5ba9587584f77 (patch) | |
tree | 5718e7f30d625d25a61368453830cac17a8b1e6f /routers/api/v1/repo/key.go | |
parent | 8ea63f8c506410d09e6b8b0dbcb102271bd9cbbe (diff) | |
parent | 42a744d9e61168765f97884a8efec13cd3fedff7 (diff) | |
download | gitea-1adde07a3fc4a43ec3d5829dc3e5ba9587584f77.tar.gz gitea-1adde07a3fc4a43ec3d5829dc3e5ba9587584f77.zip |
Merge branch 'master' into fix/3743-route-regexp-branchname
Diffstat (limited to 'routers/api/v1/repo/key.go')
-rw-r--r-- | routers/api/v1/repo/key.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/routers/api/v1/repo/key.go b/routers/api/v1/repo/key.go index 563dac2615..ec60bc516b 100644 --- a/routers/api/v1/repo/key.go +++ b/routers/api/v1/repo/key.go @@ -9,10 +9,10 @@ import ( api "github.com/gogits/go-gogs-client" - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/context" - "github.com/gogits/gogs/modules/setting" - "github.com/gogits/gogs/routers/api/v1/convert" + "github.com/go-gitea/gitea/models" + "github.com/go-gitea/gitea/modules/context" + "github.com/go-gitea/gitea/modules/setting" + "github.com/go-gitea/gitea/routers/api/v1/convert" ) func composeDeployKeysAPILink(repoPath string) string { |