We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6273147 commit 4cd6c51Copy full SHA for 4cd6c51
Library/Homebrew/livecheck/strategy/gnu.rb
@@ -36,7 +36,7 @@ class Gnu
36
^https?://
37
(?:(?:[^/]+?\.)*gnu\.org/(?:gnu|software)/(?<project_name>[^/]+)/
38
|(?<project_name>[^/]+)\.gnu\.org/?$)
39
- }ix.freeze, Regexp)
+ }ix, Regexp)
40
41
# Whether the strategy can be applied to the provided URL.
42
#
0 commit comments