diff options
Diffstat (limited to 'dev-util/rust-analyzer/rust-analyzer-99999999.ebuild')
-rw-r--r-- | dev-util/rust-analyzer/rust-analyzer-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild index fc4854b..7b99eeb 100644 --- a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit cargo git-r3 DESCRIPTION="A language server for the Rust programming language" HOMEPAGE="https://rust-analyzer.github.io/" -EGIT_REPO_URI="https://github.com/rust-analyzer/rust-analyzer" +EGIT_REPO_URI="https://github.com/rust-lang/rust-analyzer" EGIT_BRANCH="master" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" S="${EGIT_CHECKOUT_DIR}" |