gitstatus: set platforms.all

This commit is contained in:
zowoq 2022-09-22 07:31:34 +10:00
parent 31da426a7f
commit b80dc365f0

View File

@ -86,5 +86,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/romkatv/gitstatus";
license = licenses.gpl3Only;
maintainers = with maintainers; [ mmlb hexa SuperSandro2000 ];
platforms = platforms.all;
};
}