plausible: take take-plausible-maintainership

+2 -2
+1 -1
nixos/modules/services/web-apps/plausible.nix
··· 329 329 ]; 330 330 }; 331 331 332 - meta.maintainers = with maintainers; [ ]; 332 + meta.maintainers = with maintainers; [ xanderio ]; 333 333 meta.doc = ./plausible.md; 334 334 }
+1 -1
pkgs/servers/web-apps/plausible/default.nix
··· 89 89 changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md"; 90 90 description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; 91 91 mainProgram = "plausible"; 92 - maintainers = with maintainers; [ ]; 92 + maintainers = with maintainers; [ xanderio ]; 93 93 platforms = platforms.unix; 94 94 }; 95 95 }