sfeed: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-18 22:23:57 +07:00
parent cc097672b9
commit 2da233a186

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.isc;
maintainers = [ maintainers.matthiasbeyer ];
platforms = platforms.linux;
platforms = platforms.all;
};
}