about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2013-05-21 09:27:35 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2013-05-21 09:27:35 +0200
commit4ed7c2f3342eedf46b7d072e72b0a0a495b83e36 (patch)
treed17afe98ff97137f3712cf03d9abf773fe8c172a /pkgs/shells
parentd5f7976aeffe362c83295bcafdbcb2921b3c5faf (diff)
Fix another maintainers attribute
Diffstat (limited to 'pkgs/shells')
-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 4548e2dbfc436..84ca7f04e7e20 100644
--- a/pkgs/shells/ipython/default.nix
+++ b/pkgs/shells/ipython/default.nix
@@ -52,6 +52,6 @@ buildPythonPackage rec {
       enhanced interactive Python shell and an architecture for
       interactive parallel computing.
     '';
-    maintainers = stdenv.lib.maintainers.bjornfor;
+    maintainers = [ stdenv.lib.maintainers.bjornfor ];
   };
 }