fix: username updated

This commit is contained in:
Barrett Ruth 2026-02-01 17:12:20 -05:00
parent 95f377b8df
commit 593ae1bc21
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Install with any package manager of your choice. For example, with
```lua
{
'barrett-ruth/midnight.nvim',
'barrettruth/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,

View file

@ -16,7 +16,7 @@ INSTALLATION *midnight-installation*
>lua
{
'barrett-ruth/midnight.nvim',
'barrettruth/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,

View file

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