perl-Devel-DProf: fix license field

Also minor fix to the description.
This commit is contained in:
Robert Helgesson
2016-04-17 17:17:39 +02:00
parent 102b9db73e
commit 901cead9ef
+2 -2
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 ];
};
};