tidyp: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:21:05 +07:00
parent 87975ef433
commit 773c4b840f

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
homepage = "http://tidyp.com/";
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
license = licenses.bsd3;
};