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

module Hbc
  module Artifact
    class InternetPlugin < Moved
    end
  end
end