perlPackages.LWPAuthenOAuth: fix meta.license

after ff1d281e55
This commit is contained in:
Renaud 2017-11-11 15:19:27 +01:00 committed by GitHub
parent 27e32aa357
commit 2a3c7a7d6d
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";
}; };
}; };