plausible: add cyberus team as maintainer

This commit is contained in:
Alexander Sieg 2024-07-30 12:38:59 +02:00
parent 06b7e94988
commit 6b129e2942
No known key found for this signature in database

View File

@ -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; [ xanderio ];
maintainers = teams.cyberus.members;
platforms = platforms.unix;
};
}