Merge pull request #189459 from SuperSandro2000/little-cleanups
This commit is contained in:
commit
fe605cae71
@ -25,7 +25,7 @@ let
|
||||
};
|
||||
|
||||
pythonEnv =
|
||||
python3.withPackages (p: [ p.fonttools p.nototools ]);
|
||||
python3.withPackages (ps: with ps; [ fonttools nototools ]);
|
||||
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -58,7 +58,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Type annotations builder for boto3";
|
||||
homepage = "https://vemel.github.io/mypy_boto3_builder/";
|
||||
homepage = "https://github.com/youtype/mypy_boto3_builder";
|
||||
license = with licenses; [ bsd3 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user