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.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 851BD15ACFB for ; Mon, 10 Apr 2023 22:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A527E0798; Mon, 10 Apr 2023 22:17:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F2A4E0798 for ; Mon, 10 Apr 2023 22:17:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97097340D5A for ; Mon, 10 Apr 2023 22:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00279A39 for ; Mon, 10 Apr 2023 22:17:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681164802.99c06e795e2b01d6959cdc7ac89cf7fa38d17311.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-lfs/git-lfs-3.2.0.ebuild dev-vcs/git-lfs/git-lfs-9999.ebuild X-VCS-Directories: dev-vcs/git-lfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99c06e795e2b01d6959cdc7ac89cf7fa38d17311 X-VCS-Branch: master Date: Mon, 10 Apr 2023 22:17:51 +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: 6c9b4902-8f86-4c66-8d05-9970beea7eb2 X-Archives-Hash: 8f443cbc5343b7d9a94b88a23cba1e12 commit: 99c06e795e2b01d6959cdc7ac89cf7fa38d17311 Author: Sam James gentoo org> AuthorDate: Mon Apr 10 22:13:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 10 22:13:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c06e79 dev-vcs/git-lfs: update *.github.com HOMEPAGEs Signed-off-by: Sam James gentoo.org> dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 2 +- dev-vcs/git-lfs/git-lfs-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild index f1b4691ef003..0802eccc6f3d 100644 --- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild @@ -6,7 +6,7 @@ EGO_PN=github.com/git-lfs/git-lfs inherit go-module DESCRIPTION="Command line extension and specification for managing large files with git" -HOMEPAGE="https://git-lfs.github.com/" +HOMEPAGE="https://git-lfs.com/" if [[ "${PV}" = 9999* ]]; then EGIT_REPO_URI="https://${EGO_PN}" diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index e34b9f1a144e..61d8a8e0e81e 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EGO_PN=github.com/git-lfs/git-lfs inherit go-module DESCRIPTION="Command line extension and specification for managing large files with git" -HOMEPAGE="https://git-lfs.github.com/" +HOMEPAGE="https://git-lfs.com/" if [[ "${PV}" = 9999* ]]; then EGIT_REPO_URI="https://${EGO_PN}"