stalwart: pkg metadata update
* add `longDescription` * address review comments: https://github.com/NixOS/nixpkgs/pull/481815#discussion_r2706718725 https://github.com/NixOS/nixpkgs/pull/481815#discussion_r2706719258 https://github.com/NixOS/nixpkgs/pull/481815#discussion_r2706723133 https://github.com/NixOS/nixpkgs/pull/481815#discussion_r2706724024
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Rudimentary test checking that the Stalwart collaboration server can:
|
||||
# Rudimentary test checking that the Stalwart server can:
|
||||
# - receive some message through SMTP submission, then
|
||||
# - serve this message through IMAP.
|
||||
|
||||
|
||||
@@ -189,7 +189,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Secure, modern, and all-in-one mail & collaboration server fluent in IMAP, JMAP, SMTP, CalDAV, CardDAV, and WebDAV";
|
||||
description = "Secure, modern, all-in-one mail and collaboration server";
|
||||
longDescription = ''
|
||||
Secure, scalable and fluent in every protocol (IMAP, JMAP, SMTP, CalDAV, CardDAV, WebDAV).
|
||||
'';
|
||||
homepage = "https://github.com/stalwartlabs/stalwart";
|
||||
changelog = "https://github.com/stalwartlabs/stalwart/blob/main/CHANGELOG.md";
|
||||
license = [
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Secure, modern, and all-in-one mail & collaboration server, Stalwart (spam-filter module)";
|
||||
description = "Spam filter module for the Stalwart server";
|
||||
homepage = "https://github.com/stalwartlabs/spam-filter";
|
||||
changelog = "https://github.com/stalwartlabs/spam-filter/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = with lib.licenses; [
|
||||
|
||||
@@ -68,7 +68,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Secure, modern, and all-in-one mail & collaboration server, Stalwart (webadmin module)";
|
||||
description = "Web administration module for the Stalwart server";
|
||||
homepage = "https://github.com/stalwartlabs/webadmin";
|
||||
changelog = "https://github.com/stalwartlabs/webadmin/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.agpl3Only;
|
||||
|
||||
Reference in New Issue
Block a user