Skip to content

Commit 2c23d6f

Browse files
committed
Fix author email
1 parent d60536e commit 2c23d6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

WordPress-Aztec-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111

1212
s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS'
1313
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
14-
s.author = { 'The WordPress Mobile Team' => 'mobile@automattic.com' }
14+
s.author = { 'The WordPress Mobile Team' => 'mobile@wordpress.org' }
1515

1616
s.ios.deployment_target = '11.0'
1717
s.swift_version = '5.0'

WordPress-Editor-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212

1313
s.homepage = 'https://github.com/wordpress-mobile/AztecEditor-iOS'
1414
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
15-
s.author = { 'The WordPress Mobile Team' => 'mobile@automattic.com' }
15+
s.author = { 'The WordPress Mobile Team' => 'mobile@wordpress.org' }
1616

1717
s.ios.deployment_target = '11.0'
1818
s.swift_version = '5.0'

0 commit comments

Comments
 (0)