Merge pull request #192312 from qowoz/gitstatus

gitstatus: set platforms.all
This commit is contained in:
figsoda
2022-09-21 18:01:05 -04:00
committed by GitHub
@@ -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;
};
}