docs: rename repository from oil.nvim to canola.nvim
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:
parent
d1f7c691b5
commit
c92a5bd42a
5 changed files with 18 additions and 20 deletions
|
|
@ -1,30 +0,0 @@
|
|||
rockspec_format = '3.0'
|
||||
package = 'oil.nvim'
|
||||
version = 'scm-1'
|
||||
|
||||
source = {
|
||||
url = 'git+https://github.com/barrettruth/oil.nvim.git',
|
||||
}
|
||||
|
||||
description = {
|
||||
summary = 'Neovim file explorer: edit your filesystem like a buffer',
|
||||
homepage = 'https://github.com/barrettruth/oil.nvim',
|
||||
license = 'MIT',
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
'lua >= 5.1',
|
||||
}
|
||||
|
||||
test_dependencies = {
|
||||
'nlua',
|
||||
'busted >= 2.1.1',
|
||||
}
|
||||
|
||||
test = {
|
||||
type = 'busted',
|
||||
}
|
||||
|
||||
build = {
|
||||
type = 'builtin',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue