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
+1 -1
View File
@@ -6880,7 +6880,7 @@ let
meta = {
description = "SOCKS module for Python";
license = licenses.bsd;
license = licenses.bsd3;
maintainers = [ maintainers.thoughtpolice ];
};
};