plugins/rhubarb: update maintainer attr

Follow the nixpkgs maintainer rename in NixOS/nixpkgs#499817, which moved Santosh Shrestha from santosh to vimlinuz.
This commit is contained in:
Austin Horstman 2026-04-09 10:21:40 -05:00 committed by Gaétan Lepage
parent 1e05ad24e0
commit 3056067b55

View file

@ -4,7 +4,7 @@ lib.nixvim.plugins.mkVimPlugin {
package = "vim-rhubarb";
description = "Rhubarb is a GitHub extension for fugitive.vim.";
maintainers = [ lib.maintainers.santosh ];
maintainers = [ lib.maintainers.vimlinuz ];
dependencies = [ "git" ];