python: cx_Oracle: fix license

This commit is contained in:
Orivej Desh 2019-06-10 10:38:00 +00:00
parent 6365fa1eb9
commit 80971ab792

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python interface to Oracle";
homepage = "https://oracle.github.io/python-cx_Oracle";
license = licenses.bsdOriginal;
license = licenses.bsd3;
maintainers = with maintainers; [ y0no ];
};
}