Skip to content

Commit 8552099

Browse files
ryoonyaroot
authored andcommitted
Capitalize gitbucket string (#22)
1 parent bd7abbf commit 8552099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/Plugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import io.github.gitbucket.solidbase.model.Version
99
class Plugin extends gitbucket.core.plugin.Plugin {
1010
override val pluginId = "pages"
1111
override val pluginName = "Pages Plugin"
12-
override val description = "Project pages for gitbucket"
12+
override val description = "Project pages for GitBucket"
1313
override val versions = List(
1414
new Version("0.1"),
1515
new Version("0.2"),

0 commit comments

Comments
 (0)