Unverified Commit a0f9d3e7 authored by John Titor's avatar John Titor
Browse files

linux-wifi-hotspot: add johnrtitor as maintainer

parent 8a1ea7dd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -98,7 +98,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface";
    homepage = "https://github.com/lakinduakash/linux-wifi-hotspot";
    license = licenses.bsd2;
    maintainers = with maintainers; [ onny ];
    maintainers = with maintainers; [
      johnrtitor
      onny
    ];
    platforms = platforms.unix;
  };