me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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