python: cx_Oracle: fix license
This commit is contained in:
parent
6365fa1eb9
commit
80971ab792
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python interface to Oracle";
|
description = "Python interface to Oracle";
|
||||||
homepage = "https://oracle.github.io/python-cx_Oracle";
|
homepage = "https://oracle.github.io/python-cx_Oracle";
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ y0no ];
|
maintainers = with maintainers; [ y0no ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue