From 3ca9ad0b253da772ed4a482e87b8d03e6a6a2dbe Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 22 Oct 2015 11:58:54 +0200 Subject: [PATCH] ndg-httpsclient: fix license Fix issue #10530 --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 200a26f6b64..30e4184369b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -4341,7 +4341,7 @@ let meta = { homepage = https://github.com/cedadev/ndg_httpsclient/; description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"; - license = licenses.bsd; + license = licenses.bsd2; maintainers = with maintainers; [ DamienCassou ]; }; };