summaryrefslogtreecommitdiff
path: root/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-05-04 00:04:02 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-05-04 00:04:02 -0400
commit233fcc152984c71925d4d08cfc8472d99d2f2a8b (patch)
tree56b1d11b93e297f59e2d40153f48ece57d4a3a27 /dev-util/rust-analyzer/rust-analyzer-99999999.ebuild
parent0e867e77d0fd9063250882f0f930fd086114163b (diff)
downloadebuilds-233fcc152984c71925d4d08cfc8472d99d2f2a8b.tar.gz
dev-util/rust-analyzer: updated to point to the new github repo and removed some old ebuilds
Diffstat (limited to 'dev-util/rust-analyzer/rust-analyzer-99999999.ebuild')
-rw-r--r--dev-util/rust-analyzer/rust-analyzer-99999999.ebuild4
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}"