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

This commit is contained in:
Sandro Jäckel 2022-09-02 15:17:20 +02:00 committed by Sandro Jäckel
parent e939e7ce92
commit a08f2e2fe6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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;
};
}