ndg-httpsclient: fix license

Fix issue #10530
This commit is contained in:
Damien Cassou 2015-10-22 11:58:54 +02:00
parent d663cc5e17
commit 3ca9ad0b25

View File

@ -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 ];
};
};