summary refs log tree commit diff
path: root/pkgs/development
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
parent1595f3cc454ccd859281b244710b6a084c2c646c (diff)
downloadnixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar
nixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.gz
nixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.bz2
nixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.lz
nixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.xz
nixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.tar.zst
nixlib-12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4.zip
metadata fixes: EBTKS, MNI::Perllib, Text::Format
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/science/biology/EBTKS/default.nix2
-rw-r--r--pkgs/development/perl-modules/MNI/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/biology/EBTKS/default.nix b/pkgs/development/libraries/science/biology/EBTKS/default.nix
index 9e27d041f8d6..67f868a91a7b 100644
--- a/pkgs/development/libraries/science/biology/EBTKS/default.nix
+++ b/pkgs/development/libraries/science/biology/EBTKS/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
     description = "Library for working with MINC files";
     maintainers = with maintainers; [ bcdarwin ];
     platforms = platforms.unix;
-    licenses  = licenses.free;
+    license   = licenses.free;
   };
 }
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 ];
   };
 }