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 /www-client | |
parent | 1d66a80b6dca38c669ac53fb4f0ecf6b34f97e4f (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.xz |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/uzbl/uzbl-2012.05.14-r1.ebuild | 2 | ||||
-rw-r--r-- | www-client/uzbl/uzbl-2012.05.14.ebuild | 2 | ||||
-rw-r--r-- | www-client/uzbl/uzbl-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www-client/uzbl/uzbl-2012.05.14-r1.ebuild b/www-client/uzbl/uzbl-2012.05.14-r1.ebuild index 729fd9b369b..b6171741ddb 100644 --- a/www-client/uzbl/uzbl-2012.05.14-r1.ebuild +++ b/www-client/uzbl/uzbl-2012.05.14-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then else inherit vcs-snapshot KEYWORDS='~amd64 ~x86 ~amd64-linux ~x86-linux' - SRC_URI="http://github.com/Dieterbe/${PN}/tarball/${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/Dieterbe/${PN}/tarball/${PV} -> ${P}.tar.gz" fi DESCRIPTION='Web interface tools which adhere to the unix philosophy.' diff --git a/www-client/uzbl/uzbl-2012.05.14.ebuild b/www-client/uzbl/uzbl-2012.05.14.ebuild index a68166e336d..2d0859a297f 100644 --- a/www-client/uzbl/uzbl-2012.05.14.ebuild +++ b/www-client/uzbl/uzbl-2012.05.14.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then else inherit vcs-snapshot KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - SRC_URI="http://github.com/Dieterbe/${PN}/tarball/${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/Dieterbe/${PN}/tarball/${PV} -> ${P}.tar.gz" fi DESCRIPTION="Web interface tools which adhere to the unix philosophy" diff --git a/www-client/uzbl/uzbl-9999.ebuild b/www-client/uzbl/uzbl-9999.ebuild index 729fd9b369b..b6171741ddb 100644 --- a/www-client/uzbl/uzbl-9999.ebuild +++ b/www-client/uzbl/uzbl-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then else inherit vcs-snapshot KEYWORDS='~amd64 ~x86 ~amd64-linux ~x86-linux' - SRC_URI="http://github.com/Dieterbe/${PN}/tarball/${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/Dieterbe/${PN}/tarball/${PV} -> ${P}.tar.gz" fi DESCRIPTION='Web interface tools which adhere to the unix philosophy.' |