Skip to content

Commit 821cc7c

Browse files
authored
Fix rubocop-powerhome homepage url (#285)
Tools - like renovate - use this metadata to provide context to consumers. This gem manifest is currently sending folks to the archived power_linting repo which is confusing.
1 parent d60d935 commit 821cc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rubocop-powerhome/rubocop-powerhome.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "Powerhome Rubocop standard rules"
1212
spec.description = "Powerhome Rubocop standard rules"
13-
spec.homepage = "https://github.com/powerhome/power_linting"
13+
spec.homepage = "https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 3.0"
1616

0 commit comments

Comments
 (0)