We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9ad34 commit d338e50Copy full SHA for d338e50
build.gradle.kts
@@ -70,7 +70,7 @@ subprojects {
70
pom {
71
name.set("SimpleCloud controller")
72
description.set("The heart of SimpleCloud v3")
73
- url.set("https://github.com/theSimpleCloud/simplecloud-controller")
+ url.set("https://github.com/simplecloudapp/simplecloud-controller")
74
75
developers {
76
developer {
@@ -89,8 +89,8 @@ subprojects {
89
}
90
91
scm {
92
- url.set("https://github.com/theSimpleCloud/simplecloud-controller.git")
93
- connection.set("git:git@github.com:theSimpleCloud/simplecloud-controller.git")
+ url.set("https://github.com/simplecloudapp/simplecloud-controller.git")
+ connection.set("git:git@github.com:simplecloudapp/simplecloud-controller.git")
94
95
96
0 commit comments