mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
dovecot: add myself as maintainer
This commit is contained in:
parent
c147c2766c
commit
003b067baf
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user