Commit c81ae66b authored by Benoit de Chezelles's avatar Benoit de Chezelles
Browse files

rofi-file-browser: add bew as maintainer

parent baa7d4d6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@ stdenv.mkDerivation rec {
    description = "Use rofi to quickly open files";
    homepage = "https://github.com/marvinkreis/rofi-file-browser-extended";
    license = licenses.mit;
    maintainers = with maintainers; [ jluttine ];
    maintainers = with maintainers; [
      bew
      jluttine
    ];
  };
}