perlPackages.EmailOutlookMessage: fix license and descripton
This commit is contained in:
parent
bd7bf67927
commit
6502f59ae0
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user