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 AD481138335 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 36FBAE0990; Thu, 14 Jun 2018 09:02:44 +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 D5E19E0990 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 B26E0335C80 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 D6E2E2E2 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: <1528966869.e6cd88f7dd1b935aea8e0446afa8ce7aeeb7358b.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmgrabimage/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild X-VCS-Directories: x11-plugins/wmgrabimage/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: e6cd88f7dd1b935aea8e0446afa8ce7aeeb7358b 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: d395aa1a-c253-456a-a8a7-5337c243596e X-Archives-Hash: 731fe7cdab27cc759e0f2dca4e6032f3 commit: e6cd88f7dd1b935aea8e0446afa8ce7aeeb7358b Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 11 20:19:31 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Jun 14 09:01:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cd88f7 x11-plugins/wmgrabimage: use HTTPS x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild index b64e3a685bf..4ad78dfcd83 100644 --- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild +++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild @@ -8,8 +8,8 @@ inherit eutils MY_PN=${PN/grabi/GrabI} DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it" -HOMEPAGE="http://www.dockapps.net/wmgrabimage" -SRC_URI="http://www.dockapps.net/download/${MY_PN}-${PV}.tgz" +HOMEPAGE="https://www.dockapps.net/wmgrabimage" +SRC_URI="https://www.dockapps.net/download/${MY_PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0"