Unverified Commit fdd95cd9 authored by Soham S Gumaste's avatar Soham S Gumaste
Browse files

shell-gpt: Remove mglolenstine from maintainers

parent e4cd4192
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -46,10 +46,7 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/TheR1D/shell_gpt";
    changelog = "https://github.com/TheR1D/shell_gpt/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [
      mglolenstine
      SohamG
    ];
    maintainers = with maintainers; [ SohamG ];
    mainProgram = "sgpt";
  };
}