From 3525c7175abe15c3664829459848b05183064a7b Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 18 Aug 2026 11:15:21 +0800 Subject: [PATCH] fix(gemspec): point repository URIs at relaton/relaton-cli The gemspec referenced the pre-move location (github.com/metanorma/relaton-cli). --- relaton-cli.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relaton-cli.gemspec b/relaton-cli.gemspec index 1f4acc1..60bb837 100644 --- a/relaton-cli.gemspec +++ b/relaton-cli.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = "Relaton Command-line Interface" spec.description = "Relaton Command-line Interface" - spec.homepage = "https://github.com/metanorma/relaton-cli" + spec.homepage = "https://github.com/relaton/relaton-cli" spec.license = "BSD-2-Clause" spec.files = `git ls-files -z`.split("\x0").reject do |f|