lol

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

authored by

Sandro Jäckel and committed by
Sandro Jäckel
a08f2e2f e939e7ce

+1 -1
+1 -1
pkgs/development/python-modules/ptpython/default.nix
··· 31 31 32 32 meta = with lib; { 33 33 description = "An advanced Python REPL"; 34 + homepage = "https://github.com/prompt-toolkit/ptpython"; 34 35 license = licenses.bsd3; 35 36 maintainers = with maintainers; [ mlieberman85 ]; 36 - platforms = platforms.all; 37 37 }; 38 38 }