Skip to content

Commit

Permalink
Correct silly desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Sep 9, 2020
1 parent 7b76eaf commit b04fd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import net.mamoe.mirai.console.plugin.description.PluginKind
import net.mamoe.mirai.console.plugin.jvm.JvmPluginDescription

object HttpApiPluginDescription : JvmPluginDescription {
override val author: String = "ryoii and her wife: HoshinoTented" // FIXME: remove this
override val author: String = "ryoii and HoshinoTented"
override val dependencies: List<PluginDependency> = emptyList()
override val info: String = "Mirai HTTP API Server Plugin"
override val kind: PluginKind = PluginKind.NORMAL
Expand Down

0 comments on commit b04fd07

Please sign in to comment.