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 14F2E138334 for ; Thu, 14 Jun 2018 09:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0604E0993; Thu, 14 Jun 2018 09:02:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2EEF4E0985 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 ACD84335C7E 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 B0BC12E0 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.a14836ab6c821947ec7a9a79afb997ab9cde0693.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfortune/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmfortune/wmfortune-0.241.ebuild X-VCS-Directories: x11-plugins/wmfortune/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: a14836ab6c821947ec7a9a79afb997ab9cde0693 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: fc380756-6804-400f-8a28-68fe3c49778d X-Archives-Hash: 342ff062ff5f2b1e680f4582cffdc8b7 commit: a14836ab6c821947ec7a9a79afb997ab9cde0693 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 11 20:19:01 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=a14836ab x11-plugins/wmfortune: use HTTPS x11-plugins/wmfortune/wmfortune-0.241.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild b/x11-plugins/wmfortune/wmfortune-0.241.ebuild index 4165e7e95b9..f4d577617bb 100644 --- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild +++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils multilib toolchain-funcs DESCRIPTION="a dockapp showing fortune-mod messages" -HOMEPAGE="http://www.dockapps.net/wmfortune" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmfortune" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-1" SLOT="0"