From 966428a43f95b0eaf047c81850c2220bfe15f85b Mon Sep 17 00:00:00 2001 From: Jordi Noguera Date: Thu, 7 Apr 2022 14:23:48 +0200 Subject: [PATCH] Fix repo URL in gemspec --- clicksend_client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clicksend_client.gemspec b/clicksend_client.gemspec index af852cd..f74c93d 100644 --- a/clicksend_client.gemspec +++ b/clicksend_client.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["ClickSend-Codegen"] s.email = ["support@clicksend.com"] - s.homepage = "https://github.com/clicksend-api/clicksend-codegen" + s.homepage = "https://github.com/ClickSend/clicksend-ruby" s.summary = "ClickSend v3 API Ruby Gem" s.description = " This is an official SDK for [ClickSend](https://clicksend.com) Below you will find a current list of the available methods for clicksend. *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..* " s.license = "Unlicense"