python3Packages.ratarmountcore: Remove redundant platforms.all

This commit is contained in:
Maximilian Knespel 2024-03-06 23:20:05 +01:00 committed by mxmlnkn
parent 71736d33ee
commit a49b540b2d

View File

@ -43,6 +43,5 @@ buildPythonPackage rec {
homepage = "https://github.com/mxmlnkn/ratarmount/tree/master/core"; homepage = "https://github.com/mxmlnkn/ratarmount/tree/master/core";
license = licenses.mit; license = licenses.mit;
maintainers = with lib.maintainers; [ mxmlnkn ]; maintainers = with lib.maintainers; [ mxmlnkn ];
platforms = platforms.all;
}; };
} }