summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild2
-rw-r--r--app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild2
-rw-r--r--app-emulation/ruffle/ruffle-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild b/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild
index 2ca7a360fdef..47beaf5f8067 100644
--- a/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild
@@ -8,7 +8,7 @@ RUST_MIN_VER="1.81.0"
inherit cargo desktop optfeature xdg
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git"
inherit git-r3
else
MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}
diff --git a/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild b/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
index ed46221ee0c5..fca1eafc517a 100644
--- a/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
@@ -8,7 +8,7 @@ RUST_MIN_VER="1.81.0"
inherit cargo desktop optfeature xdg
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git"
inherit git-r3
else
MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
index 31372db61bf0..d31d183926d7 100644
--- a/app-emulation/ruffle/ruffle-9999.ebuild
+++ b/app-emulation/ruffle/ruffle-9999.ebuild
@@ -8,7 +8,7 @@ RUST_MIN_VERSION="1.81.0"
inherit cargo desktop optfeature xdg
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git"
inherit git-r3
else
MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}