perlPackages.EmailOutlookMessage: fix license and descripton

This commit is contained in:
Peter Hoeg 2017-08-17 20:02:02 +08:00
parent bd7bf67927
commit 6502f59ae0

View file

@ -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 ];
};
};