guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62196] [PATCH 178/223] gnu: ruby-rubocop-rspec-minimal: Update sour


From: Maxim Cournoyer
Subject: [bug#62196] [PATCH 178/223] gnu: ruby-rubocop-rspec-minimal: Update source and home page URL.
Date: Mon, 20 Mar 2023 13:23:04 -0400

* gnu/packages/ruby.scm (ruby-rubocop-rspec-minimal): Update source and home 
page URL.
---

 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b61bd5f389..08bdcee338 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]