[cpan2nix] perlPackages.OpenAPIClient: cleanup

This commit is contained in:
volth 2020-06-20 15:48:40 +00:00
parent 3d1b99ccde
commit c9ec3c442b

View File

@ -14414,7 +14414,7 @@ let
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/OpenAPI-Client-0.24.tar.gz"; url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/OpenAPI-Client-0.24.tar.gz";
sha256 = "2420a2d1a9bc24a644c9ba12d77f1252ac2209ef0ac5a432153fe49c840faf28"; sha256 = "2420a2d1a9bc24a644c9ba12d77f1252ac2209ef0ac5a432153fe49c840faf28";
}; };
propagatedBuildInputs = [ JSONValidator MojoliciousPluginOpenAPI ]; propagatedBuildInputs = [ MojoliciousPluginOpenAPI ];
meta = { meta = {
homepage = "https://github.com/jhthorsen/openapi-client"; homepage = "https://github.com/jhthorsen/openapi-client";
description = "A client for talking to an Open API powered server"; description = "A client for talking to an Open API powered server";