[cpan2nix] perlPackages.DateTimeFormatHTTP: cleanup

This commit is contained in:
volth 2018-04-07 07:57:37 +00:00
parent 6aa717a651
commit e95fda2fa5

View File

@ -3607,7 +3607,7 @@ let self = _self // overrides; _self = with self; {
};
};
DateTimeFormatHTTP = buildPerlPackage rec {
DateTimeFormatHTTP = buildPerlModule rec {
name = "DateTime-Format-HTTP-0.42";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CK/CKRAS/${name}.tar.gz";