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 ]; buildInputs = [ TestMore IOAll ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.matijs.net/software/msgconv/; homepage = http://www.matijs.net/software/msgconv/;
description = "Simply Sending Email"; description = "A .MSG to mbox converter";
license = licenses.perl; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
}; };