python310Packages.ujson: adopt, update meta data

main
Sandro Jäckel 2 years ago
parent 6951b5c187
commit 5c8ab09177
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 8
      pkgs/development/python-modules/ujson/default.nix

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ujson";
version = "5.1.0";
disabled = isPyPy || pythonOlder "3.5";
disabled = isPyPy || pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
@ -28,9 +28,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ujson" ];
meta = with lib; {
description = "Ultra fast JSON encoder and decoder for Python";
homepage = "https://pypi.python.org/pypi/ujson";
description = "Ultra fast JSON encoder and decoder";
homepage = "https://github.com/ultrajson/ultrajson";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

Loading…
Cancel
Save