Unverified Commit 6cb37d61 authored by Sophie Tauchert's avatar Sophie Tauchert
Browse files

searxng: add 999eagle to maintainers

parent e024929b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,6 +73,6 @@ python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/searxng/searxng";
    description = "A fork of Searx, a privacy-respecting, hackable metasearch engine";
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ SuperSandro2000 ];
    maintainers = with maintainers; [ SuperSandro2000 _999eagle ];
  };
})