forked from gitdab/gitdab
fix diff
This commit is contained in:
parent
d883e77fca
commit
1e1f8e9fde
1 changed files with 4 additions and 3 deletions
|
@ -256,17 +256,18 @@ index 4ca421065..859e54981 100644
|
|||
m.Combo("/:repoid").Get(repo.Fork).
|
||||
Post(bindIgnErr(auth.CreateRepoForm{}), repo.ForkPost)
|
||||
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
|
||||
index 77dc62d4f..c1c8b4826 100644
|
||||
index 77dc62d4f..fa00376a4 100644
|
||||
--- a/modules/setting/setting.go
|
||||
+++ b/modules/setting/setting.go
|
||||
@@ -347,8 +347,8 @@ var (
|
||||
@@ -347,9 +347,9 @@ var (
|
||||
Description string
|
||||
Keywords string
|
||||
}{
|
||||
- Author: "Gitea - Git with a cup of tea",
|
||||
- Description: "Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go",
|
||||
- Keywords: "go,git,self-hosted,gitea",
|
||||
+ Author: "Gitdab",
|
||||
+ Description: "Gitdab is a dabful git site made by people, for people",
|
||||
Keywords: "go,git,self-hosted,gitea",
|
||||
+ Keywords: "go,git,gitdab,dab,self-hosted,gitea",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue