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 0FD2C138334 for ; Thu, 9 May 2019 01:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D55A8E0894; Thu, 9 May 2019 01:19:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BB812E0894 for ; Thu, 9 May 2019 01:19:35 +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 22A26343D67 for ; Thu, 9 May 2019 01:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0830B5E0 for ; Thu, 9 May 2019 01:19:32 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1557364762.c22f9275a7dde33f5beb0bda49f35a32bf0775b7.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/slack-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/slack-bin/slack-bin-3.4.0.ebuild X-VCS-Directories: net-im/slack-bin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: c22f9275a7dde33f5beb0bda49f35a32bf0775b7 X-VCS-Branch: master Date: Thu, 9 May 2019 01:19:32 +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: 5ddded12-11a0-4dde-b740-6f050f6c1f20 X-Archives-Hash: 6f3ab9879e2b7deb548708179bcc7486 commit: c22f9275a7dde33f5beb0bda49f35a32bf0775b7 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 9 01:18:05 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 9 01:19:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22f9275 net-im/slack-bin: use HTTPS for homepage Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> net-im/slack-bin/slack-bin-3.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/slack-bin/slack-bin-3.4.0.ebuild b/net-im/slack-bin/slack-bin-3.4.0.ebuild index c167031694c..b8dcb8c7b76 100644 --- a/net-im/slack-bin/slack-bin-3.4.0.ebuild +++ b/net-im/slack-bin/slack-bin-3.4.0.ebuild @@ -9,7 +9,7 @@ MULTILIB_COMPAT=( abi_x86_64 ) inherit desktop multilib-build pax-utils unpacker xdg-utils DESCRIPTION="Team collaboration tool" -HOMEPAGE="http://www.slack.com/" +HOMEPAGE="https://www.slack.com/" SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb" LICENSE="all-rights-reserved"