From c207b31e56a3fd6159f2b061689ad36f619154a8 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 17 Mar 2024 21:26:57 -0700 Subject: [PATCH] plausible: remove softinio as maintainer --- pkgs/servers/web-apps/plausible/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/web-apps/plausible/default.nix b/pkgs/servers/web-apps/plausible/default.nix index e933877a53ab..bac0758984c5 100644 --- a/pkgs/servers/web-apps/plausible/default.nix +++ b/pkgs/servers/web-apps/plausible/default.nix @@ -88,7 +88,7 @@ beamPackages.mixRelease { homepage = "https://plausible.io/"; changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md"; description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; - maintainers = with maintainers; [ softinio ]; + maintainers = with maintainers; [ ]; platforms = platforms.unix; }; }