about summary refs log tree commit diff
path: root/pkgs/by-name/st
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-05-25 01:59:37 +0000
committerGitHub <noreply@github.com>2024-05-25 01:59:37 +0000
commit1777f0649490c45819933639cd2a46ed4e4f99b6 (patch)
treeab93b2dd2156b0ebf27b39d7a8f3ec41485c76a5 /pkgs/by-name/st
parent197981d97a41e477fc554a8eee60190c9bb3e7d6 (diff)
parent50388b71cc7c244b7a7dce326ba05170ad7b6acc (diff)
Merge pull request #314244 from onny/stalwart-cleanup
stalwart-mail_0_6: drop
Diffstat (limited to 'pkgs/by-name/st')
-rw-r--r--pkgs/by-name/st/stalwart-mail/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/st/stalwart-mail/package.nix b/pkgs/by-name/st/stalwart-mail/package.nix
index d021afe01f645..68e0d97bebb53 100644
--- a/pkgs/by-name/st/stalwart-mail/package.nix
+++ b/pkgs/by-name/st/stalwart-mail/package.nix
@@ -75,6 +75,6 @@ rustPlatform.buildRustPackage {
     homepage = "https://github.com/stalwartlabs/mail-server";
     changelog = "https://github.com/stalwartlabs/mail-server/blob/${version}/CHANGELOG";
     license = licenses.agpl3Only;
-    maintainers = with maintainers; [ happysalada ];
+    maintainers = with maintainers; [ happysalada onny ];
   };
 }