dovecot: add myself as maintainer

This commit is contained in:
ajs124
2021-03-06 17:21:48 +01:00
parent c147c2766c
commit 003b067baf
+1 -1
View File
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind";
maintainers = with lib.maintainers; [ peti fpletz globin ];
maintainers = with lib.maintainers; [ peti fpletz globin ajs124 ];
platforms = lib.platforms.unix;
};
passthru.tests = {