flake: change nvim-colorizer URL to the new repo
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Validate flake & check formatting / Validate Flake (push) Waiting to run
Validate flake & check formatting / Formatting via Alejandra (push) Waiting to run
Check for typos in the source tree / check-typos (push) Waiting to run

This commit is contained in:
raf 2025-01-31 01:19:48 +03:00
parent ee89d9d5bc
commit e5f6aa23ea
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 6 additions and 6 deletions

View file

@ -1836,15 +1836,15 @@
"plugin-nvim-colorizer-lua": { "plugin-nvim-colorizer-lua": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1735384185, "lastModified": 1738229011,
"narHash": "sha256-quqs3666vQc/4ticc/Z5BHzGxV6UUVE9jVGT07MEMQQ=", "narHash": "sha256-IEgZnIUeNXRKZ4eV1+KknluyKZj68HBWe1EW+LueuGA=",
"owner": "NvChad", "owner": "catgoose",
"repo": "nvim-colorizer.lua", "repo": "nvim-colorizer.lua",
"rev": "8a65c448122fc8fac9c67b2e857b6e830a4afd0b", "rev": "9b5fe0450bfb2521c6cea29391e5ec571f129136",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NvChad", "owner": "catgoose",
"repo": "nvim-colorizer.lua", "repo": "nvim-colorizer.lua",
"type": "github" "type": "github"
} }

View file

@ -645,7 +645,7 @@
}; };
plugin-nvim-colorizer-lua = { plugin-nvim-colorizer-lua = {
url = "github:NvChad/nvim-colorizer.lua"; url = "github:catgoose/nvim-colorizer.lua";
flake = false; flake = false;
}; };