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 /media-sound/audiotag | |
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 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/audiotag-0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audiotag/audiotag-0.19.ebuild b/media-sound/audiotag/audiotag-0.19.ebuild index b82100906155..8e3a426b18ad 100644 --- a/media-sound/audiotag/audiotag-0.19.ebuild +++ b/media-sound/audiotag/audiotag-0.19.ebuild @@ -3,8 +3,8 @@ # $Id$ DESCRIPTION="A command-line tool for mass tagging/renaming of audio files" -HOMEPAGE="http://github.com/Daenyth/audiotag" -SRC_URI="http://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" +HOMEPAGE="https://github.com/Daenyth/audiotag" +SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |