postfix: add lewo as maintainer

This commit is contained in:
Antoine Eiche 2021-07-27 08:54:51 +02:00
parent 9df6e2b1cd
commit 69a63587e0

View file

@ -101,6 +101,6 @@ in stdenv.mkDerivation rec {
description = "A fast, easy to administer, and secure mail server";
license = with licenses; [ ipl10 epl20 ];
platforms = platforms.linux;
maintainers = with maintainers; [ globin dotlambda ];
maintainers = with maintainers; [ globin dotlambda lewo ];
};
}