oss-licenses: Remove outdated comment about psycopg2 licensing.

This commit is contained in:
Martin Bornhold 2016-06-16 12:38:45 +02:00
parent 1e009ac0a5
commit 6dd6a2015f

View file

@ -90,8 +90,6 @@ self: super: {
propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
pkgs.postgresql
];
# TODO:
# - https://stackoverflow.com/questions/7751445/can-i-bundle-psycopg2-with-a-closed-source-django-application-using-py2exe
meta = {
license = pkgs.lib.licenses.lgpl3Plus;
};