perl-Devel-DProf: fix license field
Also minor fix to the description.
This commit is contained in:
parent
102b9db73e
commit
901cead9ef
@ -3286,8 +3286,8 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/Devel-DProf;
|
homepage = http://search.cpan.org/dist/Devel-DProf;
|
||||||
description = "A B<DEPRECATED> Perl code profiler";
|
description = "A DEPRECATED Perl code profiler";
|
||||||
license = "perl";
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user