Update Looper URL

This commit is contained in:
Zachary Hall 2024-10-19 16:13:52 -07:00
parent a49f6962bb
commit 2bd1302b51

View file

@ -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}