brew style --fix

This commit is contained in:
Douglas Eichelberger 2024-01-19 13:38:54 -08:00
parent 53bba9c00f
commit df140b329f

View File

@ -36,7 +36,7 @@ module Homebrew
^https?:// ^https?://
(?:(?:[^/]+?\.)*gnu\.org/(?:gnu|software)/(?<project_name>[^/]+)/ (?:(?:[^/]+?\.)*gnu\.org/(?:gnu|software)/(?<project_name>[^/]+)/
|(?<project_name>[^/]+)\.gnu\.org/?$) |(?<project_name>[^/]+)\.gnu\.org/?$)
}ix.freeze, Regexp) }ix, Regexp)
# Whether the strategy can be applied to the provided URL. # Whether the strategy can be applied to the provided URL.
# #