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 8EBBC1396D0 for ; Thu, 31 Aug 2017 10:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34BD51FC0B3; Thu, 31 Aug 2017 10:33:30 +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 1303E1FC0B3 for ; Thu, 31 Aug 2017 10:33:30 +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 F013F34105A for ; Thu, 31 Aug 2017 10:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 727A588F0 for ; Thu, 31 Aug 2017 10:33:25 +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: <1504174094.bb1a078de5424096b5770537b1c4af1b9349a182.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmname/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wmname/wmname-0.1-r1.ebuild X-VCS-Directories: x11-misc/wmname/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: bb1a078de5424096b5770537b1c4af1b9349a182 X-VCS-Branch: master Date: Thu, 31 Aug 2017 10:33:25 +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: 3ae9ee7f-5c6c-4a42-b418-c2141c11a21c X-Archives-Hash: dea752128aab6abff278cfbf9f0c723a commit: bb1a078de5424096b5770537b1c4af1b9349a182 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 10:08:14 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 10:08:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1a078d x11-misc/wmname: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-misc/wmname/wmname-0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild b/x11-misc/wmname/wmname-0.1-r1.ebuild index 0153b14c533..814e3e889e4 100644 --- a/x11-misc/wmname/wmname-0.1-r1.ebuild +++ b/x11-misc/wmname/wmname-0.1-r1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="utility to set the name of your window manager" -HOMEPAGE="http://tools.suckless.org/x/wmname" -SRC_URI="http://dl.suckless.org/tools/wmname-0.1.tar.gz" +HOMEPAGE="https://tools.suckless.org/x/wmname" +SRC_URI="https://dl.suckless.org/tools/wmname-0.1.tar.gz" LICENSE="MIT" SLOT="0"