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
1 changed files with 0 additions and 1 deletions

View File

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