From c35eae654f18fd460c698f27bb541b9ed4c56794 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Wed, 14 Nov 2018 20:56:22 +0100 Subject: x11-wm/herbstluftwm: use HTTPS for HOMEPAGE and SRC_URI. Signed-off-by: Francesco Turco Closes: https://github.com/gentoo/gentoo/pull/10420 Signed-off-by: Patrice Clement --- x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild | 6 +++--- x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild index 3bf863251308..0f5e7d231d55 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,13 +9,13 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git" EXTRA_DEPEND="app-text/asciidoc" else - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz" + SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz" KEYWORDS="amd64 x86" EXTRA_DEPEND="" fi DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://herbstluftwm.org" +HOMEPAGE="https://herbstluftwm.org/" LICENSE="BSD-2" SLOT="0" diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild index ee1ebe872762..162cddd05785 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,13 +9,13 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git" EXTRA_DEPEND="app-text/asciidoc" else - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz" + SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz" KEYWORDS="~amd64 ~x86" EXTRA_DEPEND="" fi DESCRIPTION="A manual tiling window manager for X" -HOMEPAGE="http://herbstluftwm.org" +HOMEPAGE="https://herbstluftwm.org/" LICENSE="BSD-2" SLOT="0" -- cgit v1.2.3-65-gdbad