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 B7BCA1396D0 for ; Tue, 5 Sep 2017 09:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01B97E0E8B; Tue, 5 Sep 2017 09:45:39 +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 D18AAE0E90 for ; Tue, 5 Sep 2017 09:45:38 +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 A16E2341236 for ; Tue, 5 Sep 2017 09:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E65BC8E2D for ; Tue, 5 Sep 2017 09:45:35 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504604322.355e77e68107bfa42c758e10a07ad8c47c573309.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ctags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ctags/ctags-20161028.ebuild X-VCS-Directories: dev-util/ctags/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 355e77e68107bfa42c758e10a07ad8c47c573309 X-VCS-Branch: master Date: Tue, 5 Sep 2017 09:45:35 +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: 5425dd7b-4211-44b6-9094-e63b13dabd66 X-Archives-Hash: 863104f4bfa615e5f38aef9b278f7acf commit: 355e77e68107bfa42c758e10a07ad8c47c573309 Author: Tim Harder gentoo org> AuthorDate: Tue Sep 5 09:38:42 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Sep 5 09:38:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355e77e6 dev-util/ctags: use https for SRC_URI dev-util/ctags/ctags-20161028.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ctags/ctags-20161028.ebuild b/dev-util/ctags/ctags-20161028.ebuild index 03e42bda79b..a0fb9e3c796 100644 --- a/dev-util/ctags/ctags-20161028.ebuild +++ b/dev-util/ctags/ctags-20161028.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors" HOMEPAGE="https://ctags.io/ https://github.com/universal-ctags/ctags" -SRC_URI="http://dev.gentoo.org/~radhermit/vim/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~radhermit/vim/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"