Merge pull request #31523 from c0bw3b/pkg/perloauth

perlPackages.LWPAuthenOAuth: fix meta.license
This commit is contained in:
Graham Christensen 2017-11-11 09:29:08 -05:00 committed by GitHub
commit 710945cc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8189,7 +8189,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ LWP URI ]; propagatedBuildInputs = [ LWP URI ];
meta = { meta = {
description = "Generate signed OAuth requests"; description = "Generate signed OAuth requests";
license = stdenv.lib.licenses.unknown; license = "unknown";
}; };
}; };