feat: rename

This commit is contained in:
Barrett Ruth 2026-02-24 15:21:44 -05:00
parent c69a3957c8
commit 78a275d096
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
21 changed files with 191 additions and 191 deletions

View file

@ -0,0 +1,30 @@
rockspec_format = '3.0'
package = 'pending.nvim'
version = 'scm-1'
source = {
url = 'git+https://github.com/barrettruth/pending.nvim.git',
}
description = {
summary = 'Oil-like task management for Neovim',
homepage = 'https://github.com/barrettruth/pending.nvim',
license = 'MIT',
}
dependencies = {
'lua >= 5.1',
}
test_dependencies = {
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'busted',
}
build = {
type = 'builtin',
}