searxng: replace maintainer Kranzes with me

as offered in the PR
This commit is contained in:
Sandro Jäckel
2023-02-16 19:42:18 +01:00
committed by Sandro Jäckel
parent 4ce10e413f
commit 820c86da44
+1 -1
View File
@@ -56,6 +56,6 @@ 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; [ kranzes ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}