diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 01:51:21 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:36:32 -0500 |
| commit | fa75b888d30e281230e98d58b30d611309431c1d (patch) | |
| tree | 2b9248b4a87abe56aff4beff72b71ecf39451675 /DomainDig | |
| parent | 4496e44c1548b21cbcc23797c571169e43a71f6f (diff) | |
| download | domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.tar.gz domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.tar.bz2 domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.zip | |
update org name
Diffstat (limited to 'DomainDig')
| -rw-r--r-- | DomainDig/AppLinks.swift | 6 | ||||
| -rw-r--r-- | DomainDig/DomainDig/DomainDebugLog.swift | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/DomainDig/AppLinks.swift b/DomainDig/AppLinks.swift index 55310fc..077a9d6 100644 --- a/DomainDig/AppLinks.swift +++ b/DomainDig/AppLinks.swift @@ -9,9 +9,9 @@ enum AppLinks { /// App Store numeric identifier; the listing/review/share URLs derive from it. static let appStoreID = "6760368004" - 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 sourceCode = url("https://github.com/krazywarez/domain-dig") + static let documentation = url("https://github.com/krazywarez/domain-dig#readme") + static let privacyPolicy = url("https://krz.sh/domaindig/privacy-policy/") static let supportEmail = "[email protected]" static var appStoreListing: URL { url("https://apps.apple.com/app/id\(appStoreID)") } diff --git a/DomainDig/DomainDig/DomainDebugLog.swift b/DomainDig/DomainDig/DomainDebugLog.swift index 0898e4a..56a8177 100644 --- a/DomainDig/DomainDig/DomainDebugLog.swift +++ b/DomainDig/DomainDig/DomainDebugLog.swift @@ -7,7 +7,7 @@ enum DomainDebugLog { #else static let enabled = false #endif - private static let logger = Logger(subsystem: "co.zerolabs.domain-dig", category: "Debug") + private static let logger = Logger(subsystem: "co.krz.domain-dig", category: "Debug") static func debug(_ message: String) { guard enabled else { return } |
