From dd14446d618574ffb400017babdb778ca8ab7876 Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Thu, 18 Feb 2021 09:59:51 +0200 Subject: [PATCH] Update homepage & source code URL in gemspec --- graphql-extras.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql-extras.gemspec b/graphql-extras.gemspec index 6e0c09c..f1cf364 100644 --- a/graphql-extras.gemspec +++ b/graphql-extras.gemspec @@ -10,10 +10,10 @@ Gem::Specification.new do |spec| spec.summary = %q{Utiltities for building GraphQL APIs.} spec.description = %q{A set of modules and types for buildign GraphQL APIs.} - spec.homepage = "https://github.com/promptworks/graphql-extras" + spec.homepage = "https://github.com/rzane/graphql-extras" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "https://github.com/promptworks/graphql-extras" + spec.metadata["source_code_uri"] = "https://github.com/rzane/graphql-extras" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.