docs: rename repository from oil.nvim to canola.nvim
Some checks failed
luarocks / quality (push) Has been cancelled
luarocks / publish (push) Has been cancelled

Problem: the fork shared the same name as upstream, making it difficult
to distinguish and discover independently.

Solution: rename the repository to canola.nvim — a type of oil, making
the lineage obvious while establishing a distinct identity. Update all
references in the README, rockspec, and issue templates.
This commit is contained in:
Barrett Ruth 2026-02-22 22:01:34 -05:00
parent d1f7c691b5
commit c92a5bd42a
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 18 additions and 20 deletions

View file

@ -0,0 +1,30 @@
rockspec_format = '3.0'
package = 'canola.nvim'
version = 'scm-1'
source = {
url = 'git+https://github.com/barrettruth/canola.nvim.git',
}
description = {
summary = 'Neovim file explorer: edit your filesystem like a buffer',
homepage = 'https://github.com/barrettruth/canola.nvim',
license = 'MIT',
}
dependencies = {
'lua >= 5.1',
}
test_dependencies = {
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'busted',
}
build = {
type = 'builtin',
}