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 EADA41396D2 for ; Thu, 31 Aug 2017 10:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 159C31FC059; Thu, 31 Aug 2017 10:33:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EAB751FC059 for ; Thu, 31 Aug 2017 10:33:27 +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 1499E33FE74 for ; Thu, 31 Aug 2017 10:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF40F88E8 for ; Thu, 31 Aug 2017 10:33:24 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1504173344.01ebcbfbd2f20c2155580264c4421c2b272487a5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/dwm/dwm-6.1-r1.ebuild x11-wm/dwm/dwm-6.1.ebuild x11-wm/dwm/dwm-9999.ebuild X-VCS-Directories: x11-wm/dwm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 01ebcbfbd2f20c2155580264c4421c2b272487a5 X-VCS-Branch: master Date: Thu, 31 Aug 2017 10:33:24 +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: b2d648c5-8467-4dfa-b131-a28e4a428420 X-Archives-Hash: f60fc11b45b249c6db320bd1192e132f commit: 01ebcbfbd2f20c2155580264c4421c2b272487a5 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 09:55:44 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 09:55:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ebcbfb x11-wm/dwm: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-wm/dwm/dwm-6.1-r1.ebuild | 4 ++-- x11-wm/dwm/dwm-6.1.ebuild | 4 ++-- x11-wm/dwm/dwm-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-wm/dwm/dwm-6.1-r1.ebuild b/x11-wm/dwm/dwm-6.1-r1.ebuild index 2956b0033f8..84a3658dd36 100644 --- a/x11-wm/dwm/dwm-6.1-r1.ebuild +++ b/x11-wm/dwm/dwm-6.1-r1.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit savedconfig toolchain-funcs DESCRIPTION="a dynamic window manager for X11" -HOMEPAGE="http://dwm.suckless.org/" -SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz" +HOMEPAGE="https://dwm.suckless.org/" +SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/x11-wm/dwm/dwm-6.1.ebuild b/x11-wm/dwm/dwm-6.1.ebuild index 770b9ba66e2..305a792c1dd 100644 --- a/x11-wm/dwm/dwm-6.1.ebuild +++ b/x11-wm/dwm/dwm-6.1.ebuild @@ -5,8 +5,8 @@ EAPI=5 inherit eutils savedconfig toolchain-funcs DESCRIPTION="a dynamic window manager for X11" -HOMEPAGE="http://dwm.suckless.org/" -SRC_URI="http://dl.suckless.org/${PN}/${P}.tar.gz" +HOMEPAGE="https://dwm.suckless.org/" +SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/x11-wm/dwm/dwm-9999.ebuild b/x11-wm/dwm/dwm-9999.ebuild index 6f3c03a844a..ecd7e57e592 100644 --- a/x11-wm/dwm/dwm-9999.ebuild +++ b/x11-wm/dwm/dwm-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit git-r3 toolchain-funcs DESCRIPTION="a dynamic window manager for X11" -HOMEPAGE="http://dwm.suckless.org/" +HOMEPAGE="https://dwm.suckless.org/" EGIT_REPO_URI="git://git.suckless.org/dwm" LICENSE="MIT"