plausible: take take-plausible-maintainership
This commit is contained in:
parent
8f650600cf
commit
8edee82bc2
2 changed files with 2 additions and 2 deletions
|
@ -329,6 +329,6 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ ];
|
||||
meta.maintainers = with maintainers; [ xanderio ];
|
||||
meta.doc = ./plausible.md;
|
||||
}
|
||||
|
|
|
@ -89,7 +89,7 @@ beamPackages.mixRelease {
|
|||
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 maintainers; [ ];
|
||||
maintainers = with maintainers; [ xanderio ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue