diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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}" |