itchef/cookbooks/fb_launchd/metadata.rb (10 lines of code) (raw):
# Copyright (c) 2018-present, Facebook, Inc.
name 'fb_launchd'
maintainer 'Facebook'
maintainer_email 'noreply@facebook.com'
license 'Apache-2.0'
description 'Installs/Configures Chef-defined launchd plists'
source_url 'https://github.com/facebook/chef-cookbooks/'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
supports 'mac_os_x'
depends 'fb_helpers'