diff options
Diffstat (limited to 'media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild')
-rw-r--r-- | media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild index 8262d74fcab1..7146cae1bf05 100644 --- a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild +++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild @@ -7,10 +7,10 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} != live ]]; then # SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2" - SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" KEYWORDS="~amd64 ~x86" else - EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git" + EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git" fi DESCRIPTION="Multi-source social music player" |