We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51201d commit 3f5208aCopy full SHA for 3f5208a
spec/license_meta_spec.rb
@@ -48,7 +48,7 @@
48
49
if example_url.start_with?('https://github.com/')
50
example_url.gsub!(%r{\Ahttps://github.com/([\w-]+/[\w.-]+)/blob/(\S+)\z}, 'https://raw.githubusercontent.com/\1/\2')
51
- elsif example_url.start_with?('https://git.savannah.gnu.org/', 'https://git.gnome.org/', 'https://code.qt.io')
+ elsif example_url.start_with?('https://git.savannah.gnu.org/', 'https://git.gnome.org/', 'https://code.qt.io/')
52
example_url.gsub!(%r{/tree/}, '/plain/')
53
elsif example_url.start_with?('https://bitbucket.org/')
54
example_url.gsub!(%r{/src/}, '/raw/')
0 commit comments