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 AB5FD13933E for ; Tue, 6 Jul 2021 04:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E20CE0952; Tue, 6 Jul 2021 04:19: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 E8340E0952 for ; Tue, 6 Jul 2021 04:19:27 +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 17FE633BE65 for ; Tue, 6 Jul 2021 04:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEAFB78A for ; Tue, 6 Jul 2021 04:19:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1625545160.02e4b4f1d880a45434ced67f5540630dfb5b7685.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/polari/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/polari/polari-40.0.ebuild X-VCS-Directories: net-irc/polari/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 02e4b4f1d880a45434ced67f5540630dfb5b7685 X-VCS-Branch: master Date: Tue, 6 Jul 2021 04:19: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df92a02f-8995-474f-9eb6-0df906299b53 X-Archives-Hash: f5c0e5e31bbd30240c1a83069b884f90 commit: 02e4b4f1d880a45434ced67f5540630dfb5b7685 Author: Matt Turner gentoo org> AuthorDate: Tue Jul 6 04:19:11 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 6 04:19:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e4b4f1 net-irc/polari: Add Gitlab repo to HOMEPAGE Signed-off-by: Matt Turner gentoo.org> net-irc/polari/polari-40.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/polari/polari-40.0.ebuild b/net-irc/polari/polari-40.0.ebuild index 7cfe9e490f0..d7d2fbaf9dc 100644 --- a/net-irc/polari/polari-40.0.ebuild +++ b/net-irc/polari/polari-40.0.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit gnome.org gnome2-utils meson xdg -DESCRIPTION="An IRC client for Gnome" -HOMEPAGE="https://wiki.gnome.org/Apps/Polari" +DESCRIPTION="An IRC client for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Polari https://gitlab.gnome.org/GNOME/polari" LICENSE="GPL-2+" SLOT="0"