diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-11-14 20:56:22 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-12-08 23:17:22 +0100 |
commit | c35eae654f18fd460c698f27bb541b9ed4c56794 (patch) | |
tree | 09289626237ccc1d0c0331058ee22aa868868b80 /x11-wm | |
parent | app-misc/pip3line: version bump to 3.5.5. (diff) | |
download | gentoo-c35eae654f18fd460c698f27bb541b9ed4c56794.tar.gz gentoo-c35eae654f18fd460c698f27bb541b9ed4c56794.tar.bz2 gentoo-c35eae654f18fd460c698f27bb541b9ed4c56794.zip |
x11-wm/herbstluftwm: use HTTPS for HOMEPAGE and SRC_URI.
Signed-off-by: Francesco Turco <fturco@fastmail.fm>
Closes: https://github.com/gentoo/gentoo/pull/10420
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild | 6 | ||||
-rw-r--r-- | 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" |