[Backport release-26.05] plausible: drop xanderio and e1mo as maintainers (#531711)

This commit is contained in:
xanderio 2026-06-16 10:05:22 +00:00 committed by GitHub
commit dc44654379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 12 deletions

View file

@ -330,9 +330,6 @@ in
];
};
meta.maintainers = with lib.maintainers; [
e1mo
xanderio
];
meta.maintainers = [ ];
meta.doc = ./plausible.md;
}

View file

@ -2,10 +2,7 @@
{
name = "plausible";
meta = {
maintainers = with lib.maintainers; [
e1mo
xanderio
];
maintainers = [ ];
};
nodes.machine =

View file

@ -218,10 +218,7 @@ beamPackages.mixRelease rec {
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 lib.maintainers; [
e1mo
xanderio
];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}