profile-cleaner: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-22 15:56:00 +07:00
parent 4eda69a8ec
commit 9398fc3c27

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/graysky2/profile-cleaner";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.devhell ];
};
}