Unverified Commit fee763dc authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mosh, mtdutils: add skeuchel as maintainer (#340540)

parents 127322dd 73505dcf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19386,6 +19386,13 @@
    githubId = 158321;
    name = "Stewart Mackenzie";
  };
  skeuchel = {
    name = "Steven Keuchel";
    email = "steven.keuchel@gmail.com";
    github = "skeuchel";
    githubId = 617130;
    keys = [ { fingerprint = "C4F7 46C7 B560 38D8 210F  0288 5877 DEE9 7428 557F"; } ];
  };
  skovati = {
    github = "skovati";
    githubId = 49844593;
+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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
      especially over Wi-Fi, cellular, and long-distance links.
    '';
    license = licenses.gpl3Plus;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ skeuchel ];
    platforms = platforms.unix;
  };
}