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 CE4551382C5 for ; Sat, 5 May 2018 19:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2DB1E088A; Sat, 5 May 2018 19:28:39 +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 D1E56E088A for ; Sat, 5 May 2018 19:28:39 +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 17ABE335C86 for ; Sat, 5 May 2018 19:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD14292 for ; Sat, 5 May 2018 19:28:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525548422.12b77b4d265ca472679f14f979c4642feb83f305.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmtime/wmtime-1.4.ebuild X-VCS-Directories: x11-plugins/wmtime/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 12b77b4d265ca472679f14f979c4642feb83f305 X-VCS-Branch: master Date: Sat, 5 May 2018 19:28:35 +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: 3611b92e-053b-498a-8105-ffe70ff8ccf1 X-Archives-Hash: fa581fc60c63ff5ad4d606045bf5aba7 commit: 12b77b4d265ca472679f14f979c4642feb83f305 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Apr 30 09:07:45 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 19:27:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b77b4d x11-plugins/wmtime: use HTTPS x11-plugins/wmtime/wmtime-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild b/x11-plugins/wmtime/wmtime-1.4.ebuild index ea9efd0a68c..2da6f1f1bfc 100644 --- a/x11-plugins/wmtime/wmtime-1.4.ebuild +++ b/x11-plugins/wmtime/wmtime-1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit toolchain-funcs DESCRIPTION="applet which displays the date and time in a dockable tile" -HOMEPAGE="http://www.dockapps.net/wmtime" +HOMEPAGE="https://www.dockapps.net/wmtime" SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2"