We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02be1fb commit ffdd25eCopy full SHA for ffdd25e
1 file changed
Makefile
@@ -441,11 +441,11 @@ dist/opengamepadui-$(TARGET_ARCH).raw: dist/opengamepadui-$(TARGET_ARCH).tar.gz
441
442
443
$(CACHE_DIR)/gamescope-session.tar.gz:
444
- wget -O $@ https://github.com/ChimeraOS/gamescope-session/archive/refs/heads/main.tar.gz
+ wget -O $@ https://github.com/OpenGamingCollective/gamescope-session/archive/refs/heads/main.tar.gz
445
446
447
$(CACHE_DIR)/gamescope-session-opengamepadui.tar.gz:
448
- wget -O $@ https://github.com/ShadowBlip/gamescope-session-opengamepadui/archive/refs/heads/main.tar.gz
+ wget -O $@ https://github.com/OpenGamingCollective/gamescope-session-opengamepadui/archive/refs/heads/main.tar.gz
449
450
451
$(CACHE_DIR)/powerstation-$(TARGET_ARCH).tar.gz:
0 commit comments