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 BF4C8138334 for ; Thu, 4 Apr 2019 09:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6630E0958; Thu, 4 Apr 2019 09:12:05 +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 B12B2E0958 for ; Thu, 4 Apr 2019 09:12:05 +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 7DAA7335CA6 for ; Thu, 4 Apr 2019 09:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7786A326 for ; Thu, 4 Apr 2019 09:12:02 +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: <1554369119.8186a735d2ce54a5c483c531efbb61ecb4d58443.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpcpp/ncmpcpp-9999.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8186a735d2ce54a5c483c531efbb61ecb4d58443 X-VCS-Branch: master Date: Thu, 4 Apr 2019 09:12:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 894d8c21-aa9e-448a-9e58-9f4ad56d2647 X-Archives-Hash: 95098643a4c54fcb6e221f01ae383c10 commit: 8186a735d2ce54a5c483c531efbb61ecb4d58443 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Apr 4 09:10:15 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Apr 4 09:11:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8186a735 media-sound/ncmpcpp: Switch to HTTPS Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 32c52125a42..f5c7770182d 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit autotools git-r3 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" -HOMEPAGE="http://ncmpcpp.rybczak.net/" -EGIT_REPO_URI="git://repo.or.cz/ncmpcpp.git" +HOMEPAGE="https://ncmpcpp.rybczak.net/" +EGIT_REPO_URI="https://repo.or.cz/ncmpcpp.git" LICENSE="GPL-2" SLOT="0"