Merge pull request #4447 from nathanielbaxter/dev/pysocks

pysocks: Fix license typo
This commit is contained in:
Austin Seipp 2014-10-09 18:47:29 -05:00
commit b0588c2788

View file

@ -6880,7 +6880,7 @@ let
meta = {
description = "SOCKS module for Python";
license = licenses.bsd;
license = licenses.bsd3;
maintainers = [ maintainers.thoughtpolice ];
};
};