From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1672152-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91CF9158083 for <garchives@archives.gentoo.org>; Fri, 20 Sep 2024 19:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C13FE29E7; Fri, 20 Sep 2024 19:26:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D3E7E29E7 for <gentoo-commits@lists.gentoo.org>; Fri, 20 Sep 2024 19:26:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1976B3431D9 for <gentoo-commits@lists.gentoo.org>; Fri, 20 Sep 2024 19:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4932805 for <gentoo-commits@lists.gentoo.org>; Fri, 20 Sep 2024 19:26:54 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1726859949.584a01360af3e7a7890690d4a44167298d5e8933.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-multi-rtmp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild X-VCS-Directories: media-video/obs-multi-rtmp/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 584a01360af3e7a7890690d4a44167298d5e8933 X-VCS-Branch: master Date: Fri, 20 Sep 2024 19:26:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b817ada9-c70e-433c-bdd7-e68d59ba893c X-Archives-Hash: c8cc3ecc211cd1edb0f4d2f9a9a6acec Message-ID: <20240920192654.HAAG2GSxmqoHRGkLC9lH1xhhxkn-vSLK38XIZWmh848@z> commit: 584a01360af3e7a7890690d4a44167298d5e8933 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Sep 20 19:19:09 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Sep 20 19:19:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=584a0136 media-video/obs-multi-rtmp: update HOMEPAGE Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild b/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild index 670929404..de440dd49 100644 --- a/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild +++ b/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake flag-o-matic DESCRIPTION="OBS Simulcast support plugin" -HOMEPAGE="https://github.com/orayuki/obs-multi-rtmp" +HOMEPAGE="https://github.com/sorayuki/obs-multi-rtmp" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sorayuki/obs-multi-rtmp.git"