dovecot: add myself as maintainer

This commit is contained in:
ajs124 2021-03-05 00:30:56 +01:00
parent c147c2766c
commit 003b067baf

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://dovecot.org/"; homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind"; 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; platforms = lib.platforms.unix;
}; };
passthru.tests = { passthru.tests = {