diff options
author | mirko <mirko@owlcode.it> | 2024-06-13 15:52:40 +0200 |
---|---|---|
committer | mirko <mirko@owlcode.it> | 2024-06-13 15:52:40 +0200 |
commit | 22b185240c3db96d43dc7f4a719ff5823b0914e3 (patch) | |
tree | 641055ad2baa2f821e53e7316031b92f6a0beed6 /custom/conf/app.example.ini | |
parent | Merge pull request '[skip ci] docs(release-notes): 7.0.4' (#4116) from earl-w... (diff) | |
download | forgejo-22b185240c3db96d43dc7f4a719ff5823b0914e3.tar.xz forgejo-22b185240c3db96d43dc7f4a719ff5823b0914e3.zip |
Fix default values documentation for ui.meta settings
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index b1fe38dee1..6ae15768fb 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1349,9 +1349,9 @@ LEVEL = Info ;[ui.meta] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |