Skip to content

Commit 87398ba

Browse files
committed
Update SCM config
1 parent 33818a8 commit 87398ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ object Realm {
8383
const val url = "https://github.com/realm/realm-kotlin/issues"
8484
}
8585
object SCM {
86-
const val connection = "scm:git:git://github.com/xilinjia/krdb.git"
87-
const val developerConnection = "scm:git:ssh://github.com/xilinjia/krdb.git"
88-
const val url = "https://github.com/xilinjia/krdb"
86+
const val connection = "scm:git:git://github.com/Infomaniak/realm-kotlin.git"
87+
const val developerConnection = "scm:git:ssh://github.com/Infomaniak/realm-kotlin.git"
88+
const val url = "https://github.com/Infomaniak/realm-kotlin"
8989
}
9090
object Developer {
91-
const val name = "Xilin Jia"
92-
const val email = "xilin.vw@gmail.com"
93-
const val organization = ""
94-
const val organizationUrl = "https://github.com/XilinJia/krdb"
91+
const val name = "Infomaniak"
92+
const val email = "louis.cognault@infomaniak.com"
93+
const val organization = "Infomaniak"
94+
const val organizationUrl = "https://github.com/Infomaniak/realm-kotlin"
9595
}
9696
}
9797

0 commit comments

Comments
 (0)