File tree Expand file tree Collapse file tree 2 files changed +9
-17
lines changed
Expand file tree Collapse file tree 2 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ afterEvaluate {
6868 pom {
6969 name.set(" ldk-node-android" )
7070 description.set(
71- " LDK Node, a ready-to-go node implementation built using LDK."
71+ " LDK Node, a ready-to-go Lightning node library built using LDK and BDK ."
7272 )
7373 url.set(" https://lightningdevkit.org" )
7474 licenses {
@@ -85,12 +85,7 @@ afterEvaluate {
8585 developer {
8686 id.set(" tnull" )
8787 name.set(" Elias Rohrer" )
88- email.set(" tnull@noreply.github.org" )
89- }
90- developer {
91- id.set(" jurvis" )
92- name.set(" Jurvis Tan" )
93- email.set(" jurvis@noreply.github.org" )
88+ email.set(" dev@tnull.de" )
9489 }
9590 }
9691 scm {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ afterEvaluate {
6666 pom {
6767 name.set(" ldk-node-jvm" )
6868 description.set(
69- " LDK Node, a ready-to-go node implementation built using LDK."
69+ " LDK Node, a ready-to-go Lightning node library built using LDK and BDK ."
7070 )
7171 url.set(" https://lightningdevkit.org" )
7272 licenses {
@@ -80,15 +80,12 @@ afterEvaluate {
8080 }
8181 }
8282 developers {
83- developer {
84- id.set(" tnull" )
85- name.set(" Elias Rohrer" )
86- email.set(" tnull@noreply.github.org" )
87- }
88- developer {
89- id.set(" jurvis" )
90- name.set(" Jurvis Tan" )
91- email.set(" jurvis@noreply.github.org" )
83+ developers {
84+ developer {
85+ id.set(" tnull" )
86+ name.set(" Elias Rohrer" )
87+ email.set(" dev@tnull.de" )
88+ }
9289 }
9390 }
9491 scm {
You can’t perform that action at this time.
0 commit comments