aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/prefpane.rb
blob: a44f8ae3a32a61399ad1fcf62bf3d9100540ae2e (plain)
1
2
3
4
5
6
7
8
9
10
11
require "hbc/artifact/moved"

module Hbc
  module Artifact
    class Prefpane < Moved
      def self.artifact_english_name
        "Preference Pane"
      end
    end
  end
end