perl-Devel-DProf: fix license field

Also minor fix to the description.
This commit is contained in:
Robert Helgesson 2016-04-17 13:12:10 +02:00
parent 102b9db73e
commit 901cead9ef

View File

@ -3286,8 +3286,8 @@ let self = _self // overrides; _self = with self; {
};
meta = {
homepage = http://search.cpan.org/dist/Devel-DProf;
description = "A B<DEPRECATED> Perl code profiler";
license = "perl";
description = "A DEPRECATED Perl code profiler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};