Rename the master branch references to main

This commit is contained in:
Wilson Silva
2023-01-06 11:42:02 +07:00
parent 9a14515efe
commit cc62c9f226
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/wilsonsilva/nostr'
spec.metadata['changelog_uri'] = 'https://github.com/wilsonsilva/nostr/blob/master/CHANGELOG.md'
spec.metadata['changelog_uri'] = 'https://github.com/wilsonsilva/nostr/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.