mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue