From 35bee29824bba254f84fa6ccfcfae8eec940e47c Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 5 Jan 2019 22:40:24 +0100 Subject: [PATCH] pythonPackages.simplejson: Update the metadata The old homepage URL returns a 404 and the project is dual-licensed. --- pkgs/development/python-modules/simplejson/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/simplejson/default.nix b/pkgs/development/python-modules/simplejson/default.nix index 4adf7083a0b..cc60e81a59e 100644 --- a/pkgs/development/python-modules/simplejson/default.nix +++ b/pkgs/development/python-modules/simplejson/default.nix @@ -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 ]; }; }