From 2bd1302b5154f062c99d9f2bc5047c7cdbc526f8 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 19 Oct 2024 16:13:52 -0700 Subject: [PATCH] Update Looper URL --- media-sound/looper/looper-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/looper/looper-9999.ebuild b/media-sound/looper/looper-9999.ebuild index 054393d..f39ea9c 100644 --- a/media-sound/looper/looper-9999.ebuild +++ b/media-sound/looper/looper-9999.ebuild @@ -26,11 +26,11 @@ inherit cmake git-r3 DESCRIPTION="Audio player that supports looping audio metadata" # Homepage, not used by Portage directly but handy for developer reference -HOMEPAGE="https://complecwaft.com/catmeow/neko-player/" +HOMEPAGE="https://complecwaft.com/catmeow/looper/" # Point to any required sources; these will be automatically downloaded by # Portage. -EGIT_REPO_URI="https://complecwaft.com/catmeow/neko-player.git" +EGIT_REPO_URI="https://complecwaft.com/catmeow/looper.git" EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp subprojects/soundtouch subprojects/protobuf-c) # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}