somafm-cli: set meta.platforms.all

This commit is contained in:
Sandro Jäckel 2020-10-26 09:04:38 +01:00 committed by zowoq
parent ad19f56230
commit 9ac5e1ca06

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
description = "Listen to SomaFM in your terminal via pure bash";
homepage = "https://github.com/rockymadden/somafm-cli";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}