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 E88031382C5 for ; Sun, 20 May 2018 16:47:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E31F0E0B54; Sun, 20 May 2018 16:47:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C3027E0B54 for ; Sun, 20 May 2018 16:47:06 +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 D4A3A335CEC for ; Sun, 20 May 2018 16:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F7202A3 for ; Sun, 20 May 2018 16:47:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1526834805.be25c3d3dc479e5491ca45878d513ca9a3799b70.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vifm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vifm/vifm-0.9.1.ebuild app-misc/vifm/vifm-0.9.ebuild X-VCS-Directories: app-misc/vifm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: be25c3d3dc479e5491ca45878d513ca9a3799b70 X-VCS-Branch: master Date: Sun, 20 May 2018 16:47:03 +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-Archives-Salt: 5561d8f7-b644-4330-8d4d-94e35214d38d X-Archives-Hash: 56663dbb597eb8b8b1d3f04b989d9b92 commit: be25c3d3dc479e5491ca45878d513ca9a3799b70 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 20 16:46:45 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 20 16:46:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be25c3d3 app-misc/vifm: Swotch to HTTPS Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-misc/vifm/vifm-0.9.1.ebuild | 2 +- app-misc/vifm/vifm-0.9.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/vifm/vifm-0.9.1.ebuild b/app-misc/vifm/vifm-0.9.1.ebuild index fc8ca7c795a..45d4ab19e90 100644 --- a/app-misc/vifm/vifm-0.9.1.ebuild +++ b/app-misc/vifm/vifm-0.9.1.ebuild @@ -8,7 +8,7 @@ inherit autotools vim-doc versionator xdg-utils MY_P=$(replace_version_separator 4 '-' ${PF}) DESCRIPTION="Console file manager with vi(m)-like keybindings" -HOMEPAGE="http://vifm.info/" +HOMEPAGE="https://vifm.info/" SRC_URI="mirror://sourceforge/vifm/${MY_P}.tar.bz2" LICENSE="GPL-2" diff --git a/app-misc/vifm/vifm-0.9.ebuild b/app-misc/vifm/vifm-0.9.ebuild index b9c6e0eb290..9621f77ac8d 100644 --- a/app-misc/vifm/vifm-0.9.ebuild +++ b/app-misc/vifm/vifm-0.9.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 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools vim-doc versionator DESCRIPTION="Console file manager with vi(m)-like keybindings" -HOMEPAGE="http://vifm.info/" +HOMEPAGE="https://vifm.info/" SRC_URI="mirror://sourceforge/vifm/${PF}.tar.bz2" LICENSE="GPL-2"