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

module Hbc
  module Artifact
    class Service < Moved
    end
  end
end