From ac2780552e8b1cc38d8bb296f3c7d0213889abf8 Mon Sep 17 00:00:00 2001 From: Mane Darbinyan <122614161+m-darbinyan@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:34:56 +0400 Subject: [PATCH] Fix changelog link (#119) --- actual_db_schema.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actual_db_schema.gemspec b/actual_db_schema.gemspec index e495e01..b37a341 100644 --- a/actual_db_schema.gemspec +++ b/actual_db_schema.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/widefix/actual_db_schema" - spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md" + spec.metadata["changelog_uri"] = "https://github.com/widefix/actual_db_schema/blob/main/CHANGELOG.md" # 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.