Unverified Commit f58a0ea6 authored by Steven Keuchel's avatar Steven Keuchel
Browse files

mtdutils: add skeuchel as maintainer

parent c1ced19f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
    downloadPage = "https://git.infradead.org/mtd-utils.git";
    license = licenses.gpl2Plus;
    homepage = "http://www.linux-mtd.infradead.org/";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ skeuchel ];
    platforms = with platforms; linux;
  };
}