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 {
68
68
pom {
69
69
name.set(" ldk-node-android" )
70
70
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 ."
72
72
)
73
73
url.set(" https://lightningdevkit.org" )
74
74
licenses {
@@ -85,12 +85,7 @@ afterEvaluate {
85
85
developer {
86
86
id.set(" tnull" )
87
87
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" )
94
89
}
95
90
}
96
91
scm {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ afterEvaluate {
66
66
pom {
67
67
name.set(" ldk-node-jvm" )
68
68
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 ."
70
70
)
71
71
url.set(" https://lightningdevkit.org" )
72
72
licenses {
@@ -80,15 +80,12 @@ afterEvaluate {
80
80
}
81
81
}
82
82
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
+ }
92
89
}
93
90
}
94
91
scm {
You can’t perform that action at this time.
0 commit comments