plausible: drop xanderio and e1mo as maintainers

This commit is contained in:
Alexander Sieg 2026-06-13 12:38:21 +02:00
commit 9439a6d404
No known key found for this signature in database
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

@ -185,10 +185,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;
};
}