git-fire: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-17 16:26:38 +07:00
parent e562843729
commit 3458083b8a

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
'';
homepage = "https://github.com/qw3rtman/git-fire";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.swflint ];
};
}