File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments