summary refs log tree commit diff
path: root/pkgs/development/perl-modules/MNI/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/perl-modules/MNI/default.nix')
-rw-r--r--pkgs/development/perl-modules/MNI/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/perl-modules/MNI/default.nix b/pkgs/development/perl-modules/MNI/default.nix
index 50a2d71ad224..176cd06a9cc3 100644
--- a/pkgs/development/perl-modules/MNI/default.nix
+++ b/pkgs/development/perl-modules/MNI/default.nix
@@ -16,6 +16,6 @@ buildPerlPackage rec {
 
   meta = with stdenv.lib; {
     license = with licenses; [ artistic1 gpl1Plus ];
-    maintainer = with maintainers; [ bcdarwin ];
+    maintainers = with maintainers; [ bcdarwin ];
   };
 }