summaryrefslogtreecommitdiff
path: root/DomainDig/AppLinks.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/AppLinks.swift')
-rw-r--r--DomainDig/AppLinks.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/AppLinks.swift b/DomainDig/AppLinks.swift
index cdbd9fc..55310fc 100644
--- a/DomainDig/AppLinks.swift
+++ b/DomainDig/AppLinks.swift
@@ -12,7 +12,7 @@ enum AppLinks {
static let sourceCode = url("https://github.com/zerolabsco/domain-dig")
static let documentation = url("https://github.com/zerolabsco/domain-dig#readme")
static let privacyPolicy = url("https://zerolabs.sh/domaindig/privacy-policy/")
- static let supportEmail = "[email protected]"
+ static let supportEmail = "[email protected]"
static var appStoreListing: URL { url("https://apps.apple.com/app/id\(appStoreID)") }
static var writeReview: URL { url("https://apps.apple.com/app/id\(appStoreID)?action=write-review") }