Skip to content

Commit

Permalink
Use another URL for Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrishchenko committed Jun 24, 2024
1 parent f82502a commit 54b0c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle-plugin/karakum-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ kotlin {
}

gradlePlugin {
website = "https://github.com/karakum-team/karakum"
vcsUrl = "https://github.com/karakum-team/karakum"
website = "https://github.com/sgrishchenko/karakum"
vcsUrl = "https://github.com/sgrishchenko/karakum"

val karakum by plugins.creating {
id = "io.github.sgrishchenko.karakum"
Expand Down

0 comments on commit 54b0c56

Please sign in to comment.