help2man: more permissive meta.platforms

This commit is contained in:
Eric Seidel 2015-03-09 09:43:14 -07:00
parent 8aec000495
commit 1d92bdd1ff

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/help2man/;
license = licenses.gpl3Plus;
platforms = platforms.gnu; # arbitrary choice
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
};
}