python310Packages.gtimelog: remove redundant meta.platforms

This commit is contained in:
Sandro Jäckel 2022-07-17 22:24:11 +02:00 committed by Martin Weinelt
parent 9fa8d3463b
commit af94835a3e

View File

@ -55,6 +55,5 @@ buildPythonPackage rec {
homepage = "https://gtimelog.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ oxzi ];
platforms = platforms.unix;
};
}