[cpan2nix] perlPackages.LWPAuthenOAuth: cleanup

This commit is contained in:
volth 2018-04-07 07:56:59 +00:00
parent 433925c696
commit ad17549de3

View File

@ -8523,7 +8523,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/T/TI/TIMBRODY/${name}.tar.gz";
sha256 = "e78e0bd7de8002cfb4760073258d555ef55b2c27c07a94b3d8a2166a17fd96bc";
};
propagatedBuildInputs = [ LWP URI ];
propagatedBuildInputs = [ LWP ];
meta = {
description = "Generate signed OAuth requests";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];