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 29AE11382C5 for ; Sun, 15 Apr 2018 11:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F03E0935; Sun, 15 Apr 2018 11:34:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0774FE092D for ; Sun, 15 Apr 2018 11:34:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1A64B335C81 for ; Sun, 15 Apr 2018 11:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A19F290 for ; Sun, 15 Apr 2018 11:34:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1523791957.bd549c0ae41bdbed751e64a6144ad1e29ad25bed.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/mendeleydesktop/mendeleydesktop-1.17.13.ebuild X-VCS-Directories: sci-misc/mendeleydesktop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bd549c0ae41bdbed751e64a6144ad1e29ad25bed X-VCS-Branch: master Date: Sun, 15 Apr 2018 11:34:10 +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: 675537b4-4da8-48ad-9517-bae354c4d40d X-Archives-Hash: 9361d078e4193c68b76be4b53d513382 commit: bd549c0ae41bdbed751e64a6144ad1e29ad25bed Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 15 09:25:27 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 15 11:32:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd549c0a sci-misc/mendeleydesktop: use HTTPS sci-misc/mendeleydesktop/mendeleydesktop-1.17.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.17.13.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.17.13.ebuild index f7c4c947cb2..efe5f15b324 100644 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.17.13.ebuild +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.17.13.ebuild @@ -11,7 +11,7 @@ MY_P_AMD64="${P}-linux-x86_64" MY_P_X86="${P}-linux-i486" DESCRIPTION="Research management tool for desktop and web" -HOMEPAGE="http://www.mendeley.com/" +HOMEPAGE="https://www.mendeley.com/" SRC_URI=" amd64? ( ${MY_P_AMD64}.tar.bz2 ) x86? ( ${MY_P_X86}.tar.bz2 )