From 9d4582339990d4eae53f1dc7160686920fc2075c Mon Sep 17 00:00:00 2001 From: ascpixi <44982772+ascpixi@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:24:40 +0100 Subject: [PATCH] Replace some more dead repo references --- .github/workflows/aarch64.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index c63a939e..8fef5de4 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout ext-boost repo uses: actions/checkout@v2 with: - repository: MerryMage/ext-boost + repository: yuzu-mirror/ext-boost path: externals/ext-boost - name: Configure CMake for AArch64 (Linux) diff --git a/README.md b/README.md index 1bb437d8..b93049f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Dynarmic ======== -[![Github Actions Build Status (x86-64)](https://github.com/MerryMage/dynarmic/actions/workflows/x86-64.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/x86-64.yml) [![Github Actions Build Status (AArch64)](https://github.com/merryhime/dynarmic/actions/workflows/aarch64.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/AArch64.yml) +[![Github Actions Build Status (x86-64)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/x86-64.yml/badge.svg)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/x86-64.yml) [![Github Actions Build Status (AArch64)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/aarch64.yml/badge.svg)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/AArch64.yml) A dynamic recompiler for ARM.