Unverified Commit 73505dcf authored by Steven Keuchel's avatar Steven Keuchel
Browse files

mosh: add skeuchel as maintainer

parent f58a0ea6
Loading
Loading
Loading
Loading
+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;
  };
}