[cpan2nix] perlPackages.HTMLRewriteAttributes: cleanup

This commit is contained in:
volth 2018-04-07 07:55:29 +00:00
parent d2cf8a0e34
commit 3db2eb336f

View File

@ -6791,7 +6791,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/T/TS/TSIBLEY/HTML-RewriteAttributes-0.05.tar.gz;
sha256 = "1808ec7cdf40d2708575fe6155a88f103b17fec77973a5831c2f24c250e7a58c";
};
propagatedBuildInputs = [ HTMLParser HTMLTagset URI ];
propagatedBuildInputs = [ HTMLParser URI ];
meta = {
description = "Concise attribute rewriting";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];