From 8edee82bc2e845ea6cd314edcc94184e5a44febf Mon Sep 17 00:00:00 2001 From: Alexander Sieg Date: Tue, 7 May 2024 15:35:22 +0200 Subject: [PATCH] plausible: take take-plausible-maintainership --- nixos/modules/services/web-apps/plausible.nix | 2 +- pkgs/servers/web-apps/plausible/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-apps/plausible.nix b/nixos/modules/services/web-apps/plausible.nix index b9e5afd4d141..1d2fb13c8b49 100644 --- a/nixos/modules/services/web-apps/plausible.nix +++ b/nixos/modules/services/web-apps/plausible.nix @@ -329,6 +329,6 @@ in { ]; }; - meta.maintainers = with maintainers; [ ]; + meta.maintainers = with maintainers; [ xanderio ]; meta.doc = ./plausible.md; } diff --git a/pkgs/servers/web-apps/plausible/default.nix b/pkgs/servers/web-apps/plausible/default.nix index 24f684c0c954..257fb6818e26 100644 --- a/pkgs/servers/web-apps/plausible/default.nix +++ b/pkgs/servers/web-apps/plausible/default.nix @@ -89,7 +89,7 @@ beamPackages.mixRelease { 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"; mainProgram = "plausible"; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ xanderio ]; platforms = platforms.unix; }; }