diff --git a/pkgs/development/python-modules/ptpython/default.nix b/pkgs/development/python-modules/ptpython/default.nix index cfe65a24ece3..458cd14f7128 100644 --- a/pkgs/development/python-modules/ptpython/default.nix +++ b/pkgs/development/python-modules/ptpython/default.nix @@ -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; }; }