Skip to content

Commit

Permalink
Update Turbo plugin info
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 7, 2024
1 parent 5634bd1 commit e07c2f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/turbo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ publishing {
pom {
name = "Grace Turbo Plugin"
description = "Grace Plugin for using Turbo with Grace."
url = 'https://github.com/grace-plugins/grace-turbo'
url = 'https://github.com/grace-plugins/grace-hotwire'
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand All @@ -104,9 +104,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git://github.com/grace-plugins/grace-turbo.git'
developerConnection = 'scm:git:ssh://github.com:grace-plugins/grace-turbo.git'
url = 'https://github.com/grace-plugins/grace-turbo'
connection = 'scm:git:git://github.com/grace-plugins/grace-hotwire.git'
developerConnection = 'scm:git:ssh://github.com:grace-plugins/grace-hotwire.git'
url = 'https://github.com/grace-plugins/grace-hotwire'
}
}
}
Expand Down

0 comments on commit e07c2f3

Please sign in to comment.