Merge pull request #224 from barrettruth/fix/rockspec

fix rockspec url for new username
This commit is contained in:
Barrett Ruth 2026-02-01 17:02:22 -05:00 committed by GitHub
commit 99d907aa7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ rockspec_format = '3.0'
package = 'cp.nvim'
version = 'scm-1'
source = { url = 'git://github.com/barrett-ruth/cp.nvim' }
source = { url = 'git://github.com/barrettruth/cp.nvim' }
build = { type = 'builtin' }
test_dependencies = {