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 CE7341396D1 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 080A01FC041; 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 D6B3E1FC041 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 8FF7E33BEC7 for ; Thu, 31 Aug 2017 10:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0100388EA 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: <1504173619.e09d046fafcc3030efe04df30946f26307ecced0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lsx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lsx/lsx-0.1-r1.ebuild X-VCS-Directories: app-misc/lsx/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e09d046fafcc3030efe04df30946f26307ecced0 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: f0d92fcf-55c0-48d9-9829-715187f05bd4 X-Archives-Hash: c86327cfb7df9fde27dfb2684c925ce1 commit: e09d046fafcc3030efe04df30946f26307ecced0 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 10:00:19 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 10:00:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09d046f app-misc/lsx: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/lsx/lsx-0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/lsx/lsx-0.1-r1.ebuild b/app-misc/lsx/lsx-0.1-r1.ebuild index 85f91c0e03e..8401b8ed3b5 100644 --- a/app-misc/lsx/lsx-0.1-r1.ebuild +++ b/app-misc/lsx/lsx-0.1-r1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="list executables" -HOMEPAGE="http://tools.suckless.org/lsx" -SRC_URI="http://suckless.org/download/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/lsx" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0"