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