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 84AE91396D1 for ; Sun, 10 Sep 2017 21:47:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B362AE0830; Sun, 10 Sep 2017 21:47:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 94957E0830 for ; Sun, 10 Sep 2017 21:47:08 +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 BBE133417B6 for ; Sun, 10 Sep 2017 21:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E60907B for ; Sun, 10 Sep 2017 21:47:06 +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: <1505080019.28a1beffc4b5c62523f2ac1743eb6af6e7ed4c8e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sselp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sselp/sselp-9999.ebuild X-VCS-Directories: x11-misc/sselp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 28a1beffc4b5c62523f2ac1743eb6af6e7ed4c8e X-VCS-Branch: master Date: Sun, 10 Sep 2017 21:47:06 +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: 6b1cf677-8b58-45bc-9ec3-38889c5ab151 X-Archives-Hash: 1ed372c36863dbd7b160d6f423b1b506 commit: 28a1beffc4b5c62523f2ac1743eb6af6e7ed4c8e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 10 21:45:10 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 10 21:46:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a1beff x11-misc/sselp: Use HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-misc/sselp/sselp-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sselp/sselp-9999.ebuild b/x11-misc/sselp/sselp-9999.ebuild index c989c79f521..d44b336a177 100644 --- a/x11-misc/sselp/sselp-9999.ebuild +++ b/x11-misc/sselp/sselp-9999.ebuild @@ -6,7 +6,7 @@ inherit git-r3 toolchain-funcs DESCRIPTION="Simple X selection printer" HOMEPAGE="https://tools.suckless.org/x/sselp" -EGIT_REPO_URI="git://git.suckless.org/sselp" +EGIT_REPO_URI="https://git.suckless.org/sselp" LICENSE="MIT" SLOT="0"