rspamd: add lewo as maintainer

This commit is contained in:
Antoine Eiche 2021-11-07 12:19:02 +01:00
parent db20747d36
commit dc5e6713e4

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = "https://rspamd.com";
license = licenses.asl20;
description = "Advanced spam filtering system";
maintainers = with maintainers; [ avnik fpletz globin ];
maintainers = with maintainers; [ avnik fpletz globin lewo ];
platforms = with platforms; linux;
};
}