Darren Rambaud
2026-01-28 23:51:47 -06:00
parent f80dce8801
commit dbdc4b8d6e
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -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.
+4 -1
View File
@@ -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 = [
+1 -1
View File
@@ -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; [
+1 -1
View File
@@ -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;