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.
This commit is contained in:
Maxim Cournoyer 2023-03-14 21:25:06 -04:00
parent fb0bee3fcd
commit 5a693a3235
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1748,7 +1748,7 @@ (define ruby-rubocop-rspec-minimal
(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 @@ (define ruby-rubocop-rspec-minimal
(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