pythonPackages.simplejson: Update the metadata
The old homepage URL returns a 404 and the project is dual-licensed.
This commit is contained in:
parent
a68ae2c205
commit
35bee29824
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user