python27Packages.ijson: update homepage

This commit is contained in:
Mario Rodas 2020-02-09 05:00:00 -05:00
parent 603d41f9c7
commit 656e96e2f8
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Iterative JSON parser with a standard Python iterator interface";
homepage = "https://github.com/isagalaev/ijson";
homepage = "https://github.com/ICRAR/ijson";
license = licenses.bsd3;
maintainers = with maintainers; [ rvl ];
};