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 765FA138334 for ; Thu, 14 Jun 2018 09:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0619E099C; Thu, 14 Jun 2018 09:02:43 +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 91A55E0990 for ; Thu, 14 Jun 2018 09:02:43 +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 A4EC2335C79 for ; Thu, 14 Jun 2018 09:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB202D9 for ; Thu, 14 Jun 2018 09:02:38 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1528966868.4bbf1a8fee7b936920acdd4eed41a36138d8ad4f.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmapm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmapm/wmapm-3.1-r1.ebuild X-VCS-Directories: x11-plugins/wmapm/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 4bbf1a8fee7b936920acdd4eed41a36138d8ad4f X-VCS-Branch: master Date: Thu, 14 Jun 2018 09:02:38 +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: e92ae5f5-b993-44a2-bce1-3987433bd4cc X-Archives-Hash: 08eaf7d977a0247fb0a697301be120c0 commit: 4bbf1a8fee7b936920acdd4eed41a36138d8ad4f Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 11 20:18:42 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Jun 14 09:01:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbf1a8f x11-plugins/wmapm: use HTTPS x11-plugins/wmapm/wmapm-3.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild index 6825e6d6a68..b18603385ab 100644 --- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild +++ b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild @@ -4,8 +4,8 @@ EAPI=0 DESCRIPTION="WindowMaker DockApp: Battery/Power status monitor for laptops" -HOMEPAGE="http://www.dockapps.net/wmapm" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmapm" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"