plausible: Add new maintainers
This commit is contained in:
@@ -215,7 +215,10 @@ 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 = [ ];
|
||||
maintainers = with lib.maintainers; [
|
||||
stepbrobd
|
||||
nh2
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user