mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] plausible: drop xanderio and e1mo as maintainers (#531711)
This commit is contained in:
commit
dc44654379
3 changed files with 3 additions and 12 deletions
|
|
@ -330,9 +330,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
meta.maintainers = [ ];
|
||||
meta.doc = ./plausible.md;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,10 +2,7 @@
|
|||
{
|
||||
name = "plausible";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
e1mo
|
||||
xanderio
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue