From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3867138359 for ; Sun, 19 Jul 2020 10:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D36FE0878; Sun, 19 Jul 2020 10:43:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17026E0878 for ; Sun, 19 Jul 2020 10:43:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4998E34F431 for ; Sun, 19 Jul 2020 10:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78EBA2F1 for ; Sun, 19 Jul 2020 10:43:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595155407.0e63981cf2dcc28c66832afb2b27e13ee8f18e3e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/netsurf/netsurf-3.10-r2.ebuild X-VCS-Directories: www-client/netsurf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0e63981cf2dcc28c66832afb2b27e13ee8f18e3e X-VCS-Branch: master Date: Sun, 19 Jul 2020 10:43:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b23b8074-e236-4a27-b879-1a35859fa96b X-Archives-Hash: f6566e6ac0481a32931e16c54fe3a938 commit: 0e63981cf2dcc28c66832afb2b27e13ee8f18e3e Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Jun 29 05:51:35 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jul 19 10:43:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e63981c www-client/netsurf: https for HOMEPAGE Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/16481 Signed-off-by: Joonas Niilola gentoo.org> www-client/netsurf/netsurf-3.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/netsurf/netsurf-3.10-r2.ebuild b/www-client/netsurf/netsurf-3.10-r2.ebuild index e86cbfbe92f..9aee997cf05 100644 --- a/www-client/netsurf/netsurf-3.10-r2.ebuild +++ b/www-client/netsurf/netsurf-3.10-r2.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs desktop DESCRIPTION="a free, open source web browser" -HOMEPAGE="http://www.netsurf-browser.org/" +HOMEPAGE="https://www.netsurf-browser.org/" SRC_URI="http://download.netsurf-browser.org/netsurf/releases/source/${P}-src.tar.gz" LICENSE="GPL-2 MIT"