[cpan2nix] perlPackages.RESTClient: cleanup

This commit is contained in:
volth 2018-08-25 12:55:37 +00:00
parent fab711473c
commit c5a4ce386d

View File

@ -13216,7 +13216,7 @@ let
url = "mirror://cpan/authors/id/K/KK/KKANE/${name}.tar.gz"; url = "mirror://cpan/authors/id/K/KK/KKANE/${name}.tar.gz";
sha256 = "a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844"; sha256 = "a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844";
}; };
propagatedBuildInputs = [ LWP LWPProtocolhttps URI ]; propagatedBuildInputs = [ LWPProtocolHttps ];
meta = { meta = {
description = "A simple client for interacting with RESTful http/https resources"; description = "A simple client for interacting with RESTful http/https resources";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];