Skip to content

Commit

Permalink
Fixed author and description
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber authored and marc0der committed May 7, 2023
1 parent e1d5712 commit 0ece7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/io/sdkman/changelogs/KtlintMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import com.mongodb.client.MongoDatabase

@ChangeLog(order = "079")
class KtlintMigrations {
@ChangeSet(order = "001", id = "001_add_ktlint_candidate", author = "paul-dingemans")
@ChangeSet(order = "001", id = "001_add_ktlint_candidate", author = "eygraber")
def migration001(implicit db: MongoDatabase) =
Candidate(
candidate = "ktlint",
name = "ktlint",
description = "An anti-bikeshedding Kotlin linter with built-in formatter",
description = "Ktlint is an anti-bikeshedding Kotlin linter with built-in formatter.",
websiteUrl = "https://github.com/pinterest/ktlint"
).insert()
}

0 comments on commit 0ece7fe

Please sign in to comment.