postsrsd: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 17:57:40 +07:00
parent 45e990022e
commit 1030d6406f

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/roehling/postsrsd";
description = "Postfix Sender Rewriting Scheme daemon";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
};
}