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 048ED138334 for ; Tue, 12 Jun 2018 21:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8929E085D; Tue, 12 Jun 2018 21:38:31 +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 9B50BE085D for ; Tue, 12 Jun 2018 21:38:31 +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 BBA7A335C30 for ; Tue, 12 Jun 2018 21:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E8772CC for ; Tue, 12 Jun 2018 21:38:27 +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: <1528839446.89a9b7377ee415cfd191e05d51a18fd175027d9c.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmp3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmmp3/wmmp3-0.12.ebuild X-VCS-Directories: x11-plugins/wmmp3/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 89a9b7377ee415cfd191e05d51a18fd175027d9c X-VCS-Branch: master Date: Tue, 12 Jun 2018 21:38:27 +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: 9d320a3f-94f7-4c03-a14e-d518e65ffdc6 X-Archives-Hash: 304db8e9f6f377225a82e349874ef513 commit: 89a9b7377ee415cfd191e05d51a18fd175027d9c Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 12 17:38:31 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jun 12 21:37:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a9b737 x11-plugins/wmmp3: use HTTPs x11-plugins/wmmp3/wmmp3-0.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild index 9b9d18396b0..5cbf682115e 100644 --- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild +++ b/x11-plugins/wmmp3/wmmp3-0.12.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils DESCRIPTION="Mp3 player dock app for WindowMaker; frontend to mpg123" -HOMEPAGE="http://www.dockapps.net/wmmp3" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmmp3" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"