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 BA721138335 for ; Thu, 19 Jul 2018 13:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9065E0A5A; Thu, 19 Jul 2018 13:28:44 +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 AA36AE0A5A for ; Thu, 19 Jul 2018 13:28:44 +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 32482335CE4 for ; Thu, 19 Jul 2018 13:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEE0437B for ; Thu, 19 Jul 2018 13:28:40 +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: <1532006722.2ff1b6d61eaa621601e7641f989e93b29919e37f.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbinclock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmbinclock/wmbinclock-0.5.ebuild X-VCS-Directories: x11-plugins/wmbinclock/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 2ff1b6d61eaa621601e7641f989e93b29919e37f X-VCS-Branch: master Date: Thu, 19 Jul 2018 13:28:40 +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: e9a23836-85f6-4545-9009-27617956ecbd X-Archives-Hash: 70529be8f8f4b78cf3a3c8a69a9c9387 commit: 2ff1b6d61eaa621601e7641f989e93b29919e37f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 8 13:22:12 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Jul 19 13:25:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff1b6d6 x11-plugins/wmbinclock: use HTTPs x11-plugins/wmbinclock/wmbinclock-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/wmbinclock/wmbinclock-0.5.ebuild b/x11-plugins/wmbinclock/wmbinclock-0.5.ebuild index 91e02681402..1cecaea87e8 100644 --- a/x11-plugins/wmbinclock/wmbinclock-0.5.ebuild +++ b/x11-plugins/wmbinclock/wmbinclock-0.5.ebuild @@ -6,7 +6,7 @@ EAPI=0 inherit toolchain-funcs DESCRIPTION="a nifty little binary clock dockapp" -HOMEPAGE="http://wmbinclock.sourceforge.net" +HOMEPAGE="https://www.dockapps.net/wmbinclock" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2"