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
commit e51e0cfd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}