formula_creator: Remove unused GitHub property
This commit is contained in:
parent
57ff9bc3eb
commit
cf598aaf5e
@ -56,10 +56,8 @@ module Homebrew
|
|||||||
when %r{github\.com/(\S+)/(\S+)\.git}
|
when %r{github\.com/(\S+)/(\S+)\.git}
|
||||||
@user = Regexp.last_match(1)
|
@user = Regexp.last_match(1)
|
||||||
@head = true
|
@head = true
|
||||||
@github = true
|
|
||||||
when %r{github\.com/(\S+)/(\S+)/(archive|releases)/}
|
when %r{github\.com/(\S+)/(\S+)/(archive|releases)/}
|
||||||
@user = Regexp.last_match(1)
|
@user = Regexp.last_match(1)
|
||||||
@github = true
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user