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 ];
meta = {
description = "Generate signed OAuth requests";
license = stdenv.lib.licenses.unknown;
license = "unknown";
};
};