fix(ripgrep): make alias of rg instead of duplicate package

ripgrep and rg had identical releases.conf pointing to the same
GitHub repo. The canonical name is rg (matches live cache).
This commit is contained in:
AJ ONeal
2026-03-11 00:37:26 -06:00
parent 90149ac945
commit d53f4ee16f
2 changed files with 1 additions and 3 deletions

BIN
comparecache Executable file

Binary file not shown.

View File

@@ -1,3 +1 @@
source = github
owner = BurntSushi
repo = ripgrep
alias_of = rg