Skip to content

Commit 64b56a5

Browse files
committed
Point everything upstream
1 parent cb8a92a commit 64b56a5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bindings/kotlin/ldk-node-android/lib/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ afterEvaluate {
6060
publishing {
6161
publications {
6262
create<MavenPublication>("maven") {
63-
groupId = "co.jurvis"
63+
groupId = "org.lightningdevkit"
6464
artifactId = "ldk-node-android"
6565
version = libraryVersion
6666

6767
from(components["release"])
6868
pom {
6969
name.set("ldk-node-android")
7070
description.set(
71-
"Kotlin language bindings for LdkNode, a ready-to-go LDK node implementation"
71+
"LDK Node, a ready-to-go node implementation built using LDK."
7272
)
7373
url.set("https://lightningdevkit.org")
7474
licenses {
@@ -94,9 +94,9 @@ afterEvaluate {
9494
}
9595
}
9696
scm {
97-
connection.set("scm:git:github.com/jurvis/ldk-node.git")
98-
developerConnection.set("scm:git:ssh://github.com/jurvis/ldk-node.git")
99-
url.set("https://github.com/jurvis/ldk-node/tree/main")
97+
connection.set("scm:git:github.com/lightningdevkit/ldk-node.git")
98+
developerConnection.set("scm:git:ssh://github.com/lightningdevkit/ldk-node.git")
99+
url.set("https://github.com/lightningdevkit/ldk-node/tree/main")
100100
}
101101
}
102102
}

bindings/kotlin/ldk-node-jvm/lib/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ afterEvaluate {
5858
publishing {
5959
publications {
6060
create<MavenPublication>("maven") {
61-
groupId = "co.jurvis"
61+
groupId = "org.lightningdevkit"
6262
artifactId = "ldk-node-jvm"
6363
version = libraryVersion
6464

6565
from(components["java"])
6666
pom {
6767
name.set("ldk-node-jvm")
6868
description.set(
69-
"Kotlin language bindings for LdkNode, a ready-to-go LDK node implementation"
69+
"LDK Node, a ready-to-go node implementation built using LDK."
7070
)
7171
url.set("https://lightningdevkit.org")
7272
licenses {
@@ -92,9 +92,9 @@ afterEvaluate {
9292
}
9393
}
9494
scm {
95-
connection.set("scm:git:github.com/jurvis/ldk-node.git")
96-
developerConnection.set("scm:git:ssh://github.com/jurvis/ldk-node.git")
97-
url.set("https://github.com/jurvis/ldk-node/tree/main")
95+
connection.set("scm:git:github.com/lightningdevkit/ldk-node.git")
96+
developerConnection.set("scm:git:ssh://github.com/lightningdevkit/ldk-node.git")
97+
url.set("https://github.com/lightningdevkit/ldk-node/tree/main")
9898
}
9999
}
100100
}

0 commit comments

Comments
 (0)