imgurbash2: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-18 22:23:37 +07:00
parent d93c9d4880
commit cc097672b9

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A shell script that uploads images to imgur";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
homepage = "https://github.com/ram-on/imgurbash2";
};