Unverified Commit e4703139 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

diffnav: Add matthiasbeyer as maintainer

parent 174998cf
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@ buildGoModule (finalAttrs: {
    description = "Git diff pager based on delta but with a file tree, à la GitHub";
    homepage = "https://github.com/dlvhdr/diffnav";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ amesgen ];
    maintainers = with lib.maintainers; [
      amesgen
      matthiasbeyer
    ];
    mainProgram = "diffnav";
  };
})