From 6502f59ae0b00666885e24b95f5eb22e656e3202 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Thu, 17 Aug 2017 20:02:02 +0800 Subject: [PATCH] perlPackages.EmailOutlookMessage: fix license and descripton --- pkgs/top-level/perl-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 259bf8b7e47..4ecaf3e5246 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -4681,8 +4681,8 @@ let self = _self // overrides; _self = with self; { buildInputs = [ TestMore IOAll ]; meta = with stdenv.lib; { homepage = http://www.matijs.net/software/msgconv/; - description = "Simply Sending Email"; - license = licenses.perl; + description = "A .MSG to mbox converter"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; maintainers = with maintainers; [ peterhoeg ]; }; };