From d0c5b922af8dee6fa5d58ee77926febbd7d7f136 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Fri, 29 Nov 2019 23:55:50 +0900 Subject: [PATCH] Fix typo in generated metadata --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1b2970d394..e331e4e2f6 100644 --- a/Rakefile +++ b/Rakefile @@ -120,7 +120,7 @@ HOE = Hoe.spec 'nokogiri' do "bugs" => "https://github.com/sparklemotion/nokogiri/issues", "doco" => "https://nokogiri.org/rdoc/index.html", "clog" => "https://nokogiri.org/CHANGELOG.html", - "code" => "https://github.com/sparklemotion/nokogiri}", + "code" => "https://github.com/sparklemotion/nokogiri", } self.extra_rdoc_files = FileList['ext/nokogiri/*.c']