summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild')
-rw-r--r--media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild
index b70fdb9bf600..6cd597a58cd5 100644
--- a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild
+++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild
@@ -6,19 +6,19 @@ EAPI=7
inherit cmake kodi-addon
DESCRIPTION="Nosefart decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.nosefart"
+HOMEPAGE="https://github.com/xbmc/audiodecoder.nosefart"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.nosefart"
+ EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.nosefart"
inherit git-r3
;;
*)
CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/audiodecoder.nosefart/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/xbmc/audiodecoder.nosefart/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/audiodecoder.nosefart-${PV}-${CODENAME}"
;;
esac