somafm-cli: set meta.platforms.all
This commit is contained in:
parent
ad19f56230
commit
9ac5e1ca06
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Listen to SomaFM in your terminal via pure bash";
|
description = "Listen to SomaFM in your terminal via pure bash";
|
||||||
homepage = "https://github.com/rockymadden/somafm-cli";
|
homepage = "https://github.com/rockymadden/somafm-cli";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user