plausible: take take-plausible-maintainership

This commit is contained in:
Alexander Sieg 2024-05-07 15:35:22 +02:00
parent 8f650600cf
commit 8edee82bc2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -329,6 +329,6 @@ in {
];
};
meta.maintainers = with maintainers; [ ];
meta.maintainers = with maintainers; [ xanderio ];
meta.doc = ./plausible.md;
}

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; [ ];
maintainers = with maintainers; [ xanderio ];
platforms = platforms.unix;
};
}