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 | |
| parent | 4496e44c1548b21cbcc23797c571169e43a71f6f (diff) | |
| download | domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.tar.gz domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.tar.bz2 domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.zip | |
update org name
| -rw-r--r-- | Docs/ACCESSIBILITY.md | 2 | ||||
| -rw-r--r-- | DomainDig/AppLinks.swift | 6 | ||||
| -rw-r--r-- | DomainDig/DomainDig/DomainDebugLog.swift | 2 | ||||
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | SECURITY.md | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/Docs/ACCESSIBILITY.md b/Docs/ACCESSIBILITY.md index 3f8b3ba..6e82055 100644 --- a/Docs/ACCESSIBILITY.md +++ b/Docs/ACCESSIBILITY.md @@ -4,7 +4,7 @@ primary screen. The audit checks contrast, hit-region size, clipped text at large Dynamic Type, element descriptions, trait correctness, and Dynamic Type support — the same ground the accessibility pass tracked in -[issue #21](https://github.com/zerolabsco/domain-dig/issues/21) covers. +[issue #21](https://github.com/krazywarez/domain-dig/issues/21) covers. ## The colour palette 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 } @@ -1,12 +1,12 @@ # DomainDig -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) [](LICENSE) -[](https://apps.apple.com/us/app/domaindig/id6760368004) +[](https://apps.apple.com/us/app/domaindig/id6760368004) DomainDig is a local-first iOS domain inspection toolkit for DNS, web, ownership, monitoring, reporting, and audit workflows. The app gathers a point-in-time domain snapshot, normalizes it into a canonical `DomainReport`, and keeps user data on device unless the user exports, shares, or syncs it. @@ -39,7 +39,7 @@ Network inspection requests are made only to perform the requested domain checks 1. Clone the repository. ```sh - git clone https://github.com/zerolabsco/domain-dig.git + git clone https://github.com/krazywarez/domain-dig.git ``` 2. Open `DomainDig.xcodeproj` in Xcode. 3. Select the `DomainDig` scheme. diff --git a/SECURITY.md b/SECURITY.md index 8908cc2..a51c570 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ If you discover a security vulnerability, **do not open a public issue**. Instead: -1. **Email** your report to [[email protected]](mailto:[email protected]). +1. **Email** your report to [[email protected]](mailto:[email protected]). Include: - A detailed description of the vulnerability - Steps to reproduce |
