mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 = {
|
||||
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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user