From 80971ab7923d9d46442a41ee46c95ff418c18153 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Mon, 10 Jun 2019 10:38:00 +0000 Subject: [PATCH] python: cx_Oracle: fix license --- pkgs/development/python-modules/cx_oracle/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cx_oracle/default.nix b/pkgs/development/python-modules/cx_oracle/default.nix index ca28f231831d..5708bf12d6bc 100644 --- a/pkgs/development/python-modules/cx_oracle/default.nix +++ b/pkgs/development/python-modules/cx_oracle/default.nix @@ -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 ]; }; }