apteryx pushed a commit to branch master
in repository guix.
commit 5a693a3235a01e8ce6258ec57d31a36856858a45
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Mar 14 21:25:06 2023 -0400
gnu: ruby-rubocop-rspec-minimal: Update source and home page URL.
* gnu/packages/ruby.scm (ruby-rubocop-rspec-minimal): Update source and
home page URL.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d6f10abadd..6d22846917 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1748,7 +1748,7 @@ code style checking of Capybara test files (RSpec,
Cucumber, Minitest).")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/rubocop-hq/rubocop-rspec")
+ (url "https://github.com/rubocop/rubocop-rspec")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -1759,7 +1759,7 @@ code style checking of Capybara test files (RSpec,
Cucumber, Minitest).")
(synopsis "Code style checking for RSpec files")
(description "This package provides a plugin for the RuboCop code style
enforcing & linting tool.")
- (home-page "https://github.com/rubocop-hq/rubocop-rspec")
+ (home-page "https://github.com/rubocop/rubocop-rspec")
(license license:expat)))
(define-public ruby-rubocop-rspec