python310Packages.ptpython: add meta.homepage, remove redundand meta.platforms

This commit is contained in:
Sandro Jäckel
2022-09-04 17:22:32 +02:00
committed by Sandro Jäckel
parent e939e7ce92
commit a08f2e2fe6
@@ -31,8 +31,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "An advanced Python REPL";
homepage = "https://github.com/prompt-toolkit/ptpython";
license = licenses.bsd3;
maintainers = with maintainers; [ mlieberman85 ];
platforms = platforms.all;
};
}