Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 BigBinary
Copyright (c) 2025 Neeto LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bigbinary/rubocop-neeto.
Bug reports and pull requests are welcome.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the direct repository link might make it harder for contributors to find the issue tracker. Since the organization appears to be moving to 'neetozone', consider updating the URL to the new location (e.g., https://github.com/neetozone/rubocop-neeto) instead of removing it entirely.


## License

Expand Down
2 changes: 1 addition & 1 deletion rubocop-neeto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["abhay.ashokan@bigbinary.com"]

spec.summary = "Custom RuboCop cops for Neeto"
spec.homepage = "https://github.com/bigbinary/rubocop-neeto"
spec.homepage = "https://github.com/neetozone/rubocop-neeto"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down
Loading