diff --git a/Formula/quickemu.rb b/Formula/quickemu.rb index 08dce24..e4206b3 100644 --- a/Formula/quickemu.rb +++ b/Formula/quickemu.rb @@ -19,7 +19,7 @@ class Quickemu < Formula # patching for coreutils issue https://github.com/quickemu-project/quickemu/issues/1529 patch do - url "https://raw.githubusercontent.com/Glydric/homebrew-quickemu/refs/heads/master/Formula/patch_coreutils.diff" + url "https://raw.githubusercontent.com/quickemu-project/quickemu/refs/heads/master/Formula/patch_coreutils.diff" sha256 "2d4a6820cc76d5a20cfdda09cf3d4b720055aae1579b4803dc4fa8f024058db9" end diff --git a/Formula/quickemu_dev.rb b/Formula/quickemu_dev.rb index c172af7..3ecf4cd 100644 --- a/Formula/quickemu_dev.rb +++ b/Formula/quickemu_dev.rb @@ -19,7 +19,7 @@ class QuickemuDev < Formula # patching for coreutils issue https://github.com/quickemu-project/quickemu/issues/1529 patch do - url "https://raw.githubusercontent.com/Glydric/homebrew-quickemu/refs/heads/master/Formula/patch_coreutils.diff" + url "https://raw.githubusercontent.com/quickemu-project/quickemu/refs/heads/master/Formula/patch_coreutils.diff" sha256 "2d4a6820cc76d5a20cfdda09cf3d4b720055aae1579b4803dc4fa8f024058db9" end