Merge pull request #10531 from DamienCassou/fix-ndg-httpsclient-license

ndg-httpsclient: fix license
This commit is contained in:
Domen Kožar 2015-10-22 12:01:54 +02:00
commit b5498df307

View file

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