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 2BDCA138331 for ; Sat, 10 Mar 2018 22:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA48E08F4; Sat, 10 Mar 2018 22:55:40 +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 ACAD3E08F4 for ; Sat, 10 Mar 2018 22:55:40 +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 AC437335C53 for ; Sat, 10 Mar 2018 22:55:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEC5A255 for ; Sat, 10 Mar 2018 22:55:36 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1520722512.3179802af72cbbd854b3d5f7ab116b16efc30fbf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild X-VCS-Directories: app-vim/udev-syntax/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3179802af72cbbd854b3d5f7ab116b16efc30fbf X-VCS-Branch: master Date: Sat, 10 Mar 2018 22:55:36 +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: 164ca889-fede-4a88-802d-3f5613f24f91 X-Archives-Hash: 17b52d1c0526d0bedd85265d6891a882 commit: 3179802af72cbbd854b3d5f7ab116b16efc30fbf Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 9 14:52:48 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Mar 10 22:55:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3179802a app-vim/udev-syntax: use HTTPS. app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild index 77a1748c27a..85154af6b84 100644 --- a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild +++ b/app-vim/udev-syntax/udev-syntax-20051016-r2.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 vim-plugin DESCRIPTION="vim plugin: syntax highlighting for udev rules files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381" LICENSE="vim" KEYWORDS="amd64 hppa ~mips ppc sparc x86"