pysocks: Fix license typo

This commit is contained in:
Nathaniel Baxter 2014-10-10 10:42:19 +11:00
parent 7ac2be3fab
commit 309bfdd8a0

View file

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