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 0029713835B for ; Thu, 14 May 2020 22:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9C9E0C01; Thu, 14 May 2020 22:19:47 +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 EA210E0C01 for ; Thu, 14 May 2020 22:19:46 +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 AA8D2350E2F for ; Thu, 14 May 2020 22:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CFB21E for ; Thu, 14 May 2020 22:19:44 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1589494764.38fd296fb630e912beb0da91715a8ae20413fa30.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/synergy/synergy-2.0.0.ebuild X-VCS-Directories: x11-misc/synergy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 38fd296fb630e912beb0da91715a8ae20413fa30 X-VCS-Branch: master Date: Thu, 14 May 2020 22:19:44 +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: 441da33c-9e7a-40b4-9a97-cf1ad1ea6f3f X-Archives-Hash: 281ffab55a6ad0e2743d3b6e4f1c66d8 commit: 38fd296fb630e912beb0da91715a8ae20413fa30 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 11 10:08:40 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu May 14 22:19:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fd296f x11-misc/synergy: use correct HOMEPAGE Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15303 Signed-off-by: Aaron Bauman gentoo.org> x11-misc/synergy/synergy-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/synergy/synergy-2.0.0.ebuild b/x11-misc/synergy/synergy-2.0.0.ebuild index 2de99eaae20..3a3b2d0bfac 100644 --- a/x11-misc/synergy/synergy-2.0.0.ebuild +++ b/x11-misc/synergy/synergy-2.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils flag-o-matic gnome2-utils cmake-utils DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers" -HOMEPAGE="http://synergy-project.org/ https://github.com/symless/synergy-core" +HOMEPAGE="https://symless.com/synergy https://github.com/symless/synergy-core" SRC_URI=" https://github.com/symless/${PN}-core/archive/v${PV}-stable.tar.gz -> ${P}.tar.gz "