We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7abbf commit 8552099Copy full SHA for 8552099
src/main/scala/Plugin.scala
@@ -9,7 +9,7 @@ import io.github.gitbucket.solidbase.model.Version
9
class Plugin extends gitbucket.core.plugin.Plugin {
10
override val pluginId = "pages"
11
override val pluginName = "Pages Plugin"
12
- override val description = "Project pages for gitbucket"
+ override val description = "Project pages for GitBucket"
13
override val versions = List(
14
new Version("0.1"),
15
new Version("0.2"),
0 commit comments