summary refs log tree commit diff
path: root/pkgs/development/perl-modules/MNI
diff options
context:
space:
mode:
authorBen Darwin <ben@ramanujan>2018-04-09 23:52:18 -0400
committerBen Darwin <ben@ramanujan>2018-04-10 00:53:55 -0400
commit12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4 (patch)
tree58332dbb8227217b3975c87a9877ef6069c61fea /pkgs/development/perl-modules/MNI
parent1595f3cc454ccd859281b244710b6a084c2c646c (diff)
downloadnixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar
nixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.gz
nixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.bz2
nixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.lz
nixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.xz
nixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.zst
nixpkgs-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.zip
metadata fixes: EBTKS, MNI::Perllib, Text::Format
Diffstat (limited to 'pkgs/development/perl-modules/MNI')
-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 50a2d71ad22..176cd06a9cc 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 ];
   };
 }