perlPackages.EmailOutlookMessage: fix license and descripton

+2 -2
+2 -2
pkgs/top-level/perl-packages.nix
··· 4681 buildInputs = [ TestMore IOAll ]; 4682 meta = with stdenv.lib; { 4683 homepage = http://www.matijs.net/software/msgconv/; 4684 - description = "Simply Sending Email"; 4685 - license = licenses.perl; 4686 maintainers = with maintainers; [ peterhoeg ]; 4687 }; 4688 };
··· 4681 buildInputs = [ TestMore IOAll ]; 4682 meta = with stdenv.lib; { 4683 homepage = http://www.matijs.net/software/msgconv/; 4684 + description = "A .MSG to mbox converter"; 4685 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4686 maintainers = with maintainers; [ peterhoeg ]; 4687 }; 4688 };