imgurbash2: expand platforms to all
This commit is contained in:
parent
d93c9d4880
commit
cc097672b9
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A shell script that uploads images to imgur";
|
description = "A shell script that uploads images to imgur";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
homepage = "https://github.com/ram-on/imgurbash2";
|
homepage = "https://github.com/ram-on/imgurbash2";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue