plausible: take take-plausible-maintainership

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