diff options
author | Caesar Schinas | 2022-12-28 00:28:39 -1000 |
---|---|---|
committer | Loïc Dachary | 2023-03-12 16:48:47 +0100 |
commit | 132c7a3a07d5a11b9b165295ef12111ce74aea70 (patch) | |
tree | cddabdf0e504cd066ef0476cd8412f71e3eb388b | |
parent | 85a7032f1b1c0d80e3d3960e9d902e9e66e687a5 (diff) |
[BRANDING] Rebrand default meta tags
(cherry picked from commit b1a792b63547df1471a125c2384a9623ffae409e)
(cherry picked from commit ba71acccdb8eb4d1c87b50708fe3b03a3324dd9c)
(cherry picked from commit ef58efb8e0c48a782e01aac8d754e70b7611a2c8)
(cherry picked from commit 6a1b08241ebb862bdd39c708852e3e23c4d96c9d)
-rw-r--r-- | modules/setting/ui.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/setting/ui.go b/modules/setting/ui.go index 9ce1aa3e1..36a775ac6 100644 --- a/modules/setting/ui.go +++ b/modules/setting/ui.go @@ -126,9 +126,9 @@ var UI = struct { 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: "Forgejo – Beyond coding. We forge.", + Description: "Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.", + Keywords: "git,forge,forgejo", }, } |