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 7D4B11382C5 for ; Fri, 1 Jan 2021 22:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B90E2E07DB; Fri, 1 Jan 2021 22:19:25 +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 9EF80E07DB for ; Fri, 1 Jan 2021 22:19:25 +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 9AEE3340EE5 for ; Fri, 1 Jan 2021 22:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50F7DC3 for ; Fri, 1 Jan 2021 22:19:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1609539551.4d48495bb4efeefc62be02a4e8cf2044e0695639.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/inspircd-3.8.1.ebuild X-VCS-Directories: net-irc/inspircd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d48495bb4efeefc62be02a4e8cf2044e0695639 X-VCS-Branch: master Date: Fri, 1 Jan 2021 22:19:23 +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: 459acb8c-90ab-434a-9c62-58b553fe0422 X-Archives-Hash: 96ecf943156260cb7d72f6f1fc6bae9b commit: 4d48495bb4efeefc62be02a4e8cf2044e0695639 Author: Wade Cline hotmail com> AuthorDate: Fri Jan 1 20:22:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 1 22:19:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d48495b net-irc/inspircd: Update HOMEPAGE Signed-off-by: Wade Cline hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/18904 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/inspircd/inspircd-3.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/inspircd/inspircd-3.8.1.ebuild b/net-irc/inspircd/inspircd-3.8.1.ebuild index 0e5b3d40507..355015a8d69 100644 --- a/net-irc/inspircd/inspircd-3.8.1.ebuild +++ b/net-irc/inspircd/inspircd-3.8.1.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit toolchain-funcs DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" -HOMEPAGE="https://inspircd.github.com/" +HOMEPAGE="https://www.inspircd.org/" SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"