diff --git a/GRAPHIC_PACK_CPB.md b/GRAPHIC_PACK_CPB.md index 447c0acb..3d07a77b 100644 --- a/GRAPHIC_PACK_CPB.md +++ b/GRAPHIC_PACK_CPB.md @@ -59,7 +59,7 @@ cp rules.txt patch_client.cpb dist/GraphicPack/ `generate_patch.py` is project-specific because hook addresses, module hashes, entry labels, and payload layout differ between projects. A complete generator should use big-endian integer writes and follow the format below. The -[mcwiiu-client-template](https://github.com/fooly9858/mcwiiu-client-template) +[mcwiiu-client-template](https://github.com/PinkDiamondTeam/mcwiiu-client-template) project provides a working generator and verifier: - `tools/generate_patch.py` @@ -69,7 +69,7 @@ project provides a working generator and verifier: For its reproducible Docker build: ```sh -git clone --recursive https://github.com/fooly9858/mcwiiu-client-template.git +git clone --recursive https://github.com/PinkDiamondTeam/mcwiiu-client-template.git cd mcwiiu-client-template ./docker-build.sh ``` diff --git a/flake.lock b/flake.lock index a478b85e..dcad6f5a 100644 --- a/flake.lock +++ b/flake.lock @@ -26,12 +26,12 @@ "rev": "83729235e892ae93d7780eff2d46cfd55114dbe2", "revCount": 6, "type": "git", - "url": "https://github.com/fooly9858/libcemuextend.git" + "url": "https://github.com/PinkDiamondTeam/libcemuextend.git" }, "original": { "rev": "83729235e892ae93d7780eff2d46cfd55114dbe2", "type": "git", - "url": "https://github.com/fooly9858/libcemuextend.git" + "url": "https://github.com/PinkDiamondTeam/libcemuextend.git" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index c7323b5b..99699267 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ # source automatically. Fetch the public repository at the same immutable # revision as the submodule so standalone/clean CemuExtend clones work. libcemuextend-src = { - url = "git+https://github.com/fooly9858/libcemuextend.git?rev=83729235e892ae93d7780eff2d46cfd55114dbe2"; + url = "git+https://github.com/PinkDiamondTeam/libcemuextend.git?rev=83729235e892ae93d7780eff2d46cfd55114dbe2"; flake = false; }; }; @@ -180,7 +180,7 @@ meta = { description = "CemuExtend Wii U emulator build for NixOS"; - homepage = "https://github.com/fooly9858/CemuExtend"; + homepage = "https://github.com/PinkDiamondTeam/CemuExtend"; license = lib.licenses.mpl20; mainProgram = "cemu"; platforms = [ system ];