tidyp: expand platforms to all
This commit is contained in:
parent
87975ef433
commit
773c4b840f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue