stalwart-mail: refactor meta

This commit is contained in:
Gavin John 2024-10-04 18:01:59 -07:00
parent 551915ec58
commit 85bfed236e
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -153,12 +153,12 @@ rustPlatform.buildRustPackage {
tests.stalwart-mail = nixosTests.stalwart-mail;
};
meta = with lib; {
meta = {
description = "Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)";
homepage = "https://github.com/stalwartlabs/mail-server";
changelog = "https://github.com/stalwartlabs/mail-server/blob/${version}/CHANGELOG";
license = licenses.agpl3Only;
maintainers = with maintainers; [
changelog = "https://github.com/stalwartlabs/mail-server/blob/main/CHANGELOG.md";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
happysalada
onny
oddlama