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 82ca13185b3c..4548e2dbfc43 100644
--- a/pkgs/shells/ipython/default.nix
+++ b/pkgs/shells/ipython/default.nix
@@ -46,12 +46,12 @@ buildPythonPackage rec {
     homepage = http://ipython.scipy.org/;
     description = "An interactive computing environment for Python";
     license = "BSD";
-
     longDescription = ''
       The goal of IPython is to create a comprehensive environment
       for interactive and exploratory computing. It consists of an
       enhanced interactive Python shell and an architecture for
       interactive parallel computing.
     '';
+    maintainers = stdenv.lib.maintainers.bjornfor;
   };
 }