From 4ed7c2f3342eedf46b7d072e72b0a0a495b83e36 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 21 May 2013 09:27:35 +0200 Subject: [PATCH] Fix another maintainers attribute --- pkgs/shells/ipython/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/ipython/default.nix b/pkgs/shells/ipython/default.nix index 4548e2dbfc4..84ca7f04e7e 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 ]; }; }