forked from mirrors/nixpkgs
Merge pull request #10531 from DamienCassou/fix-ndg-httpsclient-license
ndg-httpsclient: fix license
This commit is contained in:
commit
b5498df307
|
@ -4382,7 +4382,7 @@ let
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/cedadev/ndg_httpsclient/;
|
homepage = https://github.com/cedadev/ndg_httpsclient/;
|
||||||
description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
|
description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
|
||||||
license = licenses.bsd;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ DamienCassou ];
|
maintainers = with maintainers; [ DamienCassou ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue