imgurbash2: expand platforms to all
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user