pythonPackages.simplejson: Update the metadata

The old homepage URL returns a 404 and the project is dual-licensed.
This commit is contained in:
Michael Weiss 2019-01-05 22:40:24 +01:00
parent a68ae2c205
commit 35bee29824
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
default, encoding is done in an encoding neutral fashion (plain
ASCII with \uXXXX escapes for unicode characters).
'';
homepage = http://code.google.com/p/simplejson/;
license = lib.licenses.mit;
homepage = https://github.com/simplejson/simplejson;
license = with lib.licenses; [ mit afl21 ];
};
}