diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /app-pda/gtkpod/gtkpod-2.1.4.ebuild | |
parent | f49e098397feee21f6efdc364f7d00bbc86b8518 (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.xz |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-pda/gtkpod/gtkpod-2.1.4.ebuild')
-rw-r--r-- | app-pda/gtkpod/gtkpod-2.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/gtkpod/gtkpod-2.1.4.ebuild b/app-pda/gtkpod/gtkpod-2.1.4.ebuild index 6a174f5ea89..b9d0295e74d 100644 --- a/app-pda/gtkpod/gtkpod-2.1.4.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.4.ebuild @@ -9,7 +9,7 @@ inherit autotools eutils gnome2-utils DESCRIPTION="A graphical user interface to the Apple productline" HOMEPAGE="http://gtkpod.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - http://dev.gentoo.org/~ssuominen/gst-element-check-0.10.m4.xz" + https://dev.gentoo.org/~ssuominen/gst-element-check-0.10.m4.xz" LICENSE="GPL-2 FDL-1.2" SLOT="0" |