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 (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/rubocop-hq/rubocop-rspec") (url "https://github.com/rubocop/rubocop-rspec")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -1759,7 +1759,7 @@ (define ruby-rubocop-rspec-minimal
(synopsis "Code style checking for RSpec files") (synopsis "Code style checking for RSpec files")
(description "This package provides a plugin for the RuboCop code style (description "This package provides a plugin for the RuboCop code style
enforcing & linting tool.") enforcing & linting tool.")
(home-page "https://github.com/rubocop-hq/rubocop-rspec") (home-page "https://github.com/rubocop/rubocop-rspec")
(license license:expat))) (license license:expat)))
(define-public ruby-rubocop-rspec (define-public ruby-rubocop-rspec