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 D7A4B138335 for ; Thu, 19 Jul 2018 13:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D77B9E09FD; Thu, 19 Jul 2018 13:24:51 +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 A8275E09F8 for ; Thu, 19 Jul 2018 13:24:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 945ED335CCF for ; Thu, 19 Jul 2018 13:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A3B2CC for ; Thu, 19 Jul 2018 13:24:47 +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: <1532006680.989095b6348bcd7687462cfd80789b9ae5cc606b.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSpaceWeather/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild X-VCS-Directories: x11-plugins/wmSpaceWeather/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 989095b6348bcd7687462cfd80789b9ae5cc606b X-VCS-Branch: master Date: Thu, 19 Jul 2018 13:24:47 +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: 3e28ca11-6507-46b6-bd48-5c8076f2f83a X-Archives-Hash: 2824e74421ac791ad213c27019a02129 commit: 989095b6348bcd7687462cfd80789b9ae5cc606b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 8 11:14:03 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Jul 19 13:24:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989095b6 x11-plugins/wmSpaceWeather: use HTTPs x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild index bb9f25ab7bc..8a6964c6250 100644 --- a/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild +++ b/x11-plugins/wmSpaceWeather/wmSpaceWeather-1.04_p19.ebuild @@ -12,7 +12,7 @@ MY_P_ORIG="${MY_PN}_${MY_PV_ORIG}.orig" MY_P_PATCH="${MY_PN}_${MY_PV_PATCH}.diff" DESCRIPTION="dockapp showing weather at geosynchronous orbit" -HOMEPAGE="http://packages.debian.org/sid/wmspaceweather" +HOMEPAGE="https://www.dockapps.net/wmspaceweather" SRC_URI="mirror://debian/pool/main/w/${MY_PN}/${MY_P_ORIG}.tar.gz mirror://debian/pool/main/w/${MY_PN}/${MY_P_PATCH}.gz"