whoogle-search: remove malte-v from maintainers

This commit is contained in:
SchweGELBin
2026-02-14 01:35:18 +01:00
parent 8ac841d59b
commit b82b604aa8
+1 -4
View File
@@ -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";
};
})