diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-17 11:02:48 +0200 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-06-17 18:17:57 -0700 |
commit | d3eecb50bf834d69fca2e1c323294594bf07a48b (patch) | |
tree | 6b4c8fb520f2320da32149296e422baddf3b8f34 /app-misc/tails-installer | |
parent | www-client/firefox: x86 stable (bug #657976) (diff) | |
download | gentoo-d3eecb50bf834d69fca2e1c323294594bf07a48b.tar.gz gentoo-d3eecb50bf834d69fca2e1c323294594bf07a48b.tar.bz2 gentoo-d3eecb50bf834d69fca2e1c323294594bf07a48b.zip |
app-misc/tails-installer: use HTTPs
Acked-by: Austin English <wizardedit@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/8869
Diffstat (limited to 'app-misc/tails-installer')
-rw-r--r-- | app-misc/tails-installer/tails-installer-4.4.11.ebuild | 6 | ||||
-rw-r--r-- | app-misc/tails-installer/tails-installer-4.4.8.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/tails-installer/tails-installer-4.4.11.ebuild b/app-misc/tails-installer/tails-installer-4.4.11.ebuild index 19426c959275..e67daaeac16f 100644 --- a/app-misc/tails-installer/tails-installer-4.4.11.ebuild +++ b/app-misc/tails-installer/tails-installer-4.4.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,8 +9,8 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils DESCRIPTION="A graphical tool to install or upgrade Tails on a USB stick from an ISO image" -HOMEPAGE="https://tails.boum.org http://git.tails.boum.org/liveusb-creator" -SRC_URI="http://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://tails.boum.org https://git.tails.boum.org/liveusb-creator" +SRC_URI="https://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" diff --git a/app-misc/tails-installer/tails-installer-4.4.8.ebuild b/app-misc/tails-installer/tails-installer-4.4.8.ebuild index 2c3bb2dc3688..95febfb28b2b 100644 --- a/app-misc/tails-installer/tails-installer-4.4.8.ebuild +++ b/app-misc/tails-installer/tails-installer-4.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,8 +9,8 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils DESCRIPTION="A graphical tool to install or upgrade Tails on a USB stick from an ISO image" -HOMEPAGE="https://tails.boum.org http://git.tails.boum.org/liveusb-creator" -SRC_URI="http://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://tails.boum.org https://git.tails.boum.org/liveusb-creator" +SRC_URI="https://deb.tails.boum.org/pool/main/t/${PN}/${PN}_${PV}+dfsg.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" |