Skip to content

Commit d338e50

Browse files
committed
fix: update links
1 parent eb9ad34 commit d338e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subprojects {
7070
pom {
7171
name.set("SimpleCloud controller")
7272
description.set("The heart of SimpleCloud v3")
73-
url.set("https://github.com/theSimpleCloud/simplecloud-controller")
73+
url.set("https://github.com/simplecloudapp/simplecloud-controller")
7474

7575
developers {
7676
developer {
@@ -89,8 +89,8 @@ subprojects {
8989
}
9090
}
9191
scm {
92-
url.set("https://github.com/theSimpleCloud/simplecloud-controller.git")
93-
connection.set("git:git@github.com:theSimpleCloud/simplecloud-controller.git")
92+
url.set("https://github.com/simplecloudapp/simplecloud-controller.git")
93+
connection.set("git:git@github.com:simplecloudapp/simplecloud-controller.git")
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)