From 12fa2f9fd37eaf0c12de0d2ef75e93a05d9788a4 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 9 Apr 2018 23:52:18 -0400 Subject: [PATCH] metadata fixes: EBTKS, MNI::Perllib, Text::Format --- pkgs/development/libraries/science/biology/EBTKS/default.nix | 2 +- pkgs/development/perl-modules/MNI/default.nix | 2 +- pkgs/top-level/perl-packages.nix | 2 +- 3 files changed, 3 insertions(+), 3 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 ]; }; } diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index d67a3f7f1dd4..0d2df26e050a 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -15012,7 +15012,7 @@ let self = _self // overrides; _self = with self; { homepage = http://www.shlomifish.org/open-source/projects/Text-Format/; description = "Format text"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; - maintainer = with maintainers; [ bcdarwin ]; + maintainers = with maintainers; [ bcdarwin ]; }; };