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
|
default, encoding is done in an encoding neutral fashion (plain
|
||||||
ASCII with \uXXXX escapes for unicode characters).
|
ASCII with \uXXXX escapes for unicode characters).
|
||||||
'';
|
'';
|
||||||
homepage = http://code.google.com/p/simplejson/;
|
homepage = https://github.com/simplejson/simplejson;
|
||||||
license = lib.licenses.mit;
|
license = with lib.licenses; [ mit afl21 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user