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 E7D6B1396D0 for ; Wed, 6 Sep 2017 21:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD892E0ED5; Wed, 6 Sep 2017 21:00:26 +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 C0EA7E0ED5 for ; Wed, 6 Sep 2017 21:00:26 +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 760C4340BEA for ; Wed, 6 Sep 2017 21:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1C658E3E for ; Wed, 6 Sep 2017 21:00:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504731547.3ccd450172ae2aa7f4f08c36e268b8e219bf6b8e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-accounts-signon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild X-VCS-Directories: net-libs/telepathy-accounts-signon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ccd450172ae2aa7f4f08c36e268b8e219bf6b8e X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:00:22 +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: 1b61d9c6-a88f-4953-9aac-b5ddc9c61a60 X-Archives-Hash: c9c5393e100743e3922dd540259a84af commit: 3ccd450172ae2aa7f4f08c36e268b8e219bf6b8e Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:24:10 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:59:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccd4501 net-libs/telepathy-accounts-signon: use HTTPS for links to dev.gentoo.org .../telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild index f152f2aa981..2913bfb8a1f 100644 --- a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild +++ b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit qmake-utils DESCRIPTION="Mission control plugin for Telepathy to provide IM accounts and authentication" HOMEPAGE="https://01.org/gsso" -SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0"