summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ptpython
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-09-02 15:17:20 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-09-04 17:22:32 +0200
commita08f2e2fe63be0fe796f8fd0b3a2a27960f9a814 (patch)
tree1b9866291a33d4316fd4ccfc698b3dd8fb7ad65d /pkgs/development/python-modules/ptpython
parente939e7ce92fbf3656f28eeb64b104ee2cf453dbd (diff)
python310Packages.ptpython: add meta.homepage, remove redundand meta.platforms
Diffstat (limited to 'pkgs/development/python-modules/ptpython')
-rw-r--r--pkgs/development/python-modules/ptpython/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};
}