Skip to content

Commit b9c0db8

Browse files
committed
Update podspec email addresses
1 parent c637703 commit b9c0db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/ldk_node.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.summary = 'A ready-to-go Lightning node library built using LDK and BDK.'
55
s.homepage = 'https://www.LtbL.io'
66
s.license = { :file => '../LICENSE' }
7-
s.author = { 'Let there be Lightning, Inc' => 'hello@LtbLightning.io' }
7+
s.author = { 'Let there be Lightning, Inc' => 'hello@LtbL.io' }
88
s.source = { :path => '.' }
99
s.source_files = 'Classes/**/*'
1010
s.platform = :ios, '12.0'

macos/ldk_node.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.summary = 'A ready-to-go Lightning node library built using LDK and BDK.'
99
s.homepage = 'https://www.LtbL.io'
1010
s.license = { :file => '../LICENSE' }
11-
s.author = { 'Let there be Lightning, Inc' => 'hello@LtbLightning.io' }
11+
s.author = { 'Let there be Lightning, Inc' => 'hello@LtbL.io' }
1212
s.source = { :path => '.' }
1313
s.source_files = 'Classes/**/*'
1414
s.source_files = 'Classes/**/*'

0 commit comments

Comments
 (0)