about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-07 18:01:11 +0000
committerGitHub <noreply@github.com>2024-05-07 18:01:11 +0000
commit9b1eee6539579197e86ea5e4f78c80e974a12208 (patch)
tree5f4ba12ea2996a2084790516041a45c3f0dc7812 /pkgs/servers/web-apps
parentc4fde895501798318907a4e997e5191f00be5b0e (diff)
parentd1c6a5decfd9ad4c84354612d418b2856a57be1d (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/plausible/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/plausible/default.nix b/pkgs/servers/web-apps/plausible/default.nix
index 24f684c0c9547..257fb6818e263 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;
   };
 }