From 7f22a98fe25e7aba6af39e8133d517837a0962b9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Aug 2026 01:37:59 -0500 Subject: fix stale URIs --- builds/swift-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'builds') diff --git a/builds/swift-ci.yml b/builds/swift-ci.yml index d2449b5..63c9056 100644 --- a/builds/swift-ci.yml +++ b/builds/swift-ci.yml @@ -15,7 +15,7 @@ packages: - zlib1g-dev sources: - - https://git.sr.ht/~ccleberg/Hutch + - https://github.com/krazywarez/hutch environment: SWIFT_VERSION: 6.2.4 @@ -63,18 +63,18 @@ tasks: export PATH="$HOME/.local/bin:$PATH" - cd "$HOME/Hutch" + cd "$HOME/hutch" gitleaks git --redact --verbose . - repo-structure-check: | set -euo pipefail - cd "$HOME/Hutch" + cd "$HOME/hutch" test -f "Hutch.xcodeproj/project.pbxproj" - test -f "README.md" + test -f "README.nfo" - xcode-project-check: | set -euo pipefail - cd "$HOME/Hutch" + cd "$HOME/hutch" grep -q "PBXProject" Hutch.xcodeproj/project.pbxproj -- cgit v1.2.3