tidyp: expand platforms to all
This commit is contained in:
parent
87975ef433
commit
773c4b840f
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
|
description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
|
||||||
homepage = "http://tidyp.com/";
|
homepage = "http://tidyp.com/";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue