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 88FBA1382C5 for ; Sat, 5 May 2018 19:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35672E0894; Sat, 5 May 2018 19:28:40 +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 0F3C6E088B for ; Sat, 5 May 2018 19:28:40 +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 3AAAE335C89 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 67D98291 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: <1525548421.3209c48c0769680c2cb7bf535b970c93a6f79291.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmswallow/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild X-VCS-Directories: x11-plugins/wmswallow/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3209c48c0769680c2cb7bf535b970c93a6f79291 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: 38f51b04-9170-4d60-9841-795251510264 X-Archives-Hash: 158b7a27f5b847c53b484616f8fd27a4 commit: 3209c48c0769680c2cb7bf535b970c93a6f79291 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Apr 30 09:07:11 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 19:27:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3209c48c x11-plugins/wmswallow: use HTTPS x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild index eec1a0b98b9..e4cc74eca71 100644 --- a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild +++ b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A dock applet to make any application dockable" -HOMEPAGE="http://www.dockapps.net/wmswallow" -SRC_URI="http://www.dockapps.net/download/${PN}.tar.Z" +HOMEPAGE="https://www.dockapps.net/wmswallow" +SRC_URI="https://www.dockapps.net/download/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0"