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:
parent
fb0bee3fcd
commit
5a693a3235
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue