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 0F4031382C5 for ; Sat, 5 May 2018 19:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F398CE0856; Sat, 5 May 2018 19:28:36 +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 D153AE0856 for ; Sat, 5 May 2018 19:28:36 +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 B9F0E335C82 for ; Sat, 5 May 2018 19:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D6A33C for ; Sat, 5 May 2018 19:28:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525548417.db5c4fe950e0a3069679d9b3233f056869962272.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmcp/wmcp-1.2.8.ebuild X-VCS-Directories: x11-plugins/wmcp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: db5c4fe950e0a3069679d9b3233f056869962272 X-VCS-Branch: master Date: Sat, 5 May 2018 19:28:34 +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: 4f30bb1d-5e43-4560-af44-90ca7cac4cec X-Archives-Hash: ce2aafb50162e0e6847ee0c8f28df886 commit: db5c4fe950e0a3069679d9b3233f056869962272 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Apr 30 08:56:36 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 19:26:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5c4fe9 x11-plugins/wmcp: use HTTPS x11-plugins/wmcp/wmcp-1.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmcp/wmcp-1.2.8.ebuild b/x11-plugins/wmcp/wmcp-1.2.8.ebuild index f067eabaa2f..fbd061cbaa0 100644 --- a/x11-plugins/wmcp/wmcp-1.2.8.ebuild +++ b/x11-plugins/wmcp/wmcp-1.2.8.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils multilib toolchain-funcs DESCRIPTION="A pager dockapp" -HOMEPAGE="http://www.dockapps.net/wmcp" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmcp" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"