Unverified Commit ee94599c authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.codediff-nvim: update meta.homepage

parent 56b3aaf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ vimUtils.buildVimPlugin rec {

  meta = {
    description = "VSCode-style side-by-side diff rendering with two-tier highlighting (line + character level)";
    homepage = "https://github.com/esmuellert/vscode-diff.nvim/";
    homepage = "https://github.com/esmuellert/codediff.nvim/";
    license = lib.licenses.mit;
    platforms = lib.platforms.all;
  };