diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /gnome-extra/gnome-integration-spotify | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-integration-spotify')
-rw-r--r-- | gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild | 2 | ||||
-rw-r--r-- | gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild index ced929fb8b8f..756e8ffb252d 100644 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild @@ -8,7 +8,7 @@ inherit gnome2-utils DESCRIPTION="GNOME integration for Spotify" HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify" -SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz" +SRC_URI="https://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz" S="${WORKDIR}/mrpdaemon-${PN}-df9124d" LICENSE="GPL-3" diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild index ebe21c3dd441..7e6107cbf5b9 100644 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild @@ -8,7 +8,7 @@ inherit gnome2-utils DESCRIPTION="GNOME integration for Spotify" HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify" -#SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz" +#SRC_URI="https://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz" SRC_URI="https://github.com/mrpdaemon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" #S="${WORKDIR}/mrpdaemon-${PN}-df9124d" |