formula_creator: Remove unused GitHub property

This commit is contained in:
Anatoli Babenia 2024-02-16 09:29:45 +03:00
parent 57ff9bc3eb
commit cf598aaf5e

View File

@ -56,10 +56,8 @@ module Homebrew
when %r{github\.com/(\S+)/(\S+)\.git}
@user = Regexp.last_match(1)
@head = true
@github = true
when %r{github\.com/(\S+)/(\S+)/(archive|releases)/}
@user = Regexp.last_match(1)
@github = true
end
end