aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact/prefpane.rb
blob: 87f120934d1337c5d0e8aa8779b6ad195680d5b6 (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.english_name
        "Preference Pane"
      end
    end
  end
end