Skip to content

Commit

Permalink
Fix type in reference to ktlint intellij plugin repository (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans authored Jan 6, 2025
1 parent e838f26 commit ead5df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-backend/src/main/resources/links/Libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@
},
{
"name": null,
"github": "nadal/ktlint-intellij-plugin",
"github": "nbadal/ktlint-intellij-plugin",
"bitbucket": null,
"kug": null,
"href": null,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/links/Libraries.awesome.kts
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ category("Libraries/Frameworks") {
awesome()
}
link {
github = "nadal/ktlint-intellij-plugin"
github = "nbadal/ktlint-intellij-plugin"
desc = "An anti-bikeshedding Kotlin linter with built-in formatter. Get instant formating with Ktlint in your IDEA."
setTags("style", "linter","Intellij IDEA, Android Studio")
awesome()
Expand Down

0 comments on commit ead5df5

Please sign in to comment.