Net::Amazon::S3: Add to channel

This commit is contained in:
Eelco Dolstra 2014-09-22 16:41:06 +02:00
parent e81b9f4bd8
commit d49991e40a

View File

@ -6451,6 +6451,7 @@ let self = _self // overrides; _self = with self; {
meta = { meta = {
description = "Use the Amazon S3 - Simple Storage Service"; description = "Use the Amazon S3 - Simple Storage Service";
license = "perl"; license = "perl";
platforms = stdenv.lib.platforms.linux;
}; };
}; };