summary refs log tree commit diff
path: root/pkgs/shells/ipython
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-05-20 19:33:18 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-05-20 20:28:15 +0200
commit05bb66ce20d8a2108157aa6d3e136634cb8d6499 (patch)
tree5bb715e4ce7400f0a5b6d668ba70cb935f2c78a3 /pkgs/shells/ipython
parenteaeb0c9c7de5a57f7ed41cac1e6b60b3710be60d (diff)
downloadnixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.tar
nixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.tar.gz
nixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.tar.bz2
nixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.tar.lz
nixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.tar.xz
nixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.tar.zst
nixlib-05bb66ce20d8a2108157aa6d3e136634cb8d6499.zip
Add myself as maintainer for several packages
And set missing meta.platforms for the packages I've added earlier.
Diffstat (limited to 'pkgs/shells/ipython')
-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;
   };
 }