commit:     c35eae654f18fd460c698f27bb541b9ed4c56794
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Wed Nov 14 19:56:22 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 22:17:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35eae65

x11-wm/herbstluftwm: use HTTPS for HOMEPAGE and SRC_URI.

Signed-off-by: Francesco Turco <fturco <AT> fastmail.fm>
Closes: https://github.com/gentoo/gentoo/pull/10420
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 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 3bf86325130..0f5e7d231d5 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 ee1ebe87276..162cddd0578 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"

Reply via email to