Commit 3efc3eda authored by saltedcoffii's avatar saltedcoffii

Add license to property

parent 74bd0449
require 'package_helpers'
class Package
property :description, :homepage, :version, :compatibility, :binary_url, :binary_sha256, :source_url, :source_sha256, :is_fake
property :description, :homepage, :version, :license, :compatibility, :binary_url, :binary_sha256, :source_url, :source_sha256, :is_fake
class << self
attr_reader :is_fake
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment