Unverified Commit b82b604a authored by SchweGELBin's avatar SchweGELBin
Browse files

whoogle-search: remove malte-v from maintainers

parent 8ac841d5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -73,10 +73,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    homepage = "https://github.com/benbusby/whoogle-search";
    description = "Self-hosted, ad-free, privacy-respecting metasearch engine";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      malte-v
      SchweGELBin
    ];
    maintainers = [ lib.maintainers.SchweGELBin ];
    mainProgram = "whoogle-search";
  };
})