about summary refs log tree commit diff
path: root/pkgs/shells/ipython/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/ipython/default.nix')
-rw-r--r--pkgs/shells/ipython/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/ipython/default.nix b/pkgs/shells/ipython/default.nix
index b101e25f5744..e85d258a6320 100644
--- a/pkgs/shells/ipython/default.nix
+++ b/pkgs/shells/ipython/default.nix
@@ -45,7 +45,7 @@ buildPythonPackage rec {
   meta = {
     homepage = http://ipython.scipy.org/;
     description = "An interactive computing environment for Python";
-    license = "BSD";
+    license = stdenv.lib.licenses.bsd3;
     longDescription = ''
       The goal of IPython is to create a comprehensive environment
       for interactive and exploratory computing. It consists of an