diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-14 21:25:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-28 22:22:41 -0400 |
commit | 5a693a3235a01e8ce6258ec57d31a36856858a45 (patch) | |
tree | 61a0d8e69c6b2ea3228febde69c5b652d475dd5e /gnu/packages/ruby.scm | |
parent | fb0bee3fcd372fd51fcf55856c305dab5ed688b1 (diff) | |
download | guix-5a693a3235a01e8ce6258ec57d31a36856858a45.tar guix-5a693a3235a01e8ce6258ec57d31a36856858a45.tar.gz |
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.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index d6f10abadd..6d22846917 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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 |