diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index e25b527f5c..5f613cfe60 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2018 Vasile Dumitrascu ;;; Copyright © 2018 Alex Vong ;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2019 Mikhail Kirillov ;;; ;;; This file is part of GNU Guix. ;;; @@ -8736,7 +8737,7 @@ then check out http://127.0.0.1:1080 to see the mail.") (method git-fetch) (uri (git-reference (url "https://github.com/castwide/backport.git") - (commit version))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 @@ -8749,9 +8750,8 @@ then check out http://127.0.0.1:1080 to see the mail.") ("ruby-rspec" ,ruby-rspec))) (inputs `(("ruby-simplecov" ,ruby-simplecov))) - (synopsis - "A pure Ruby library for event-driven IO") + (synopsis "Pure Ruby library for event-driven IO") (description - "This package provides a pure Ruby library for event-driven IO") - (home-page "http://github.com/castwide/backport") + "This package provides a pure Ruby library for event-driven IO.") + (home-page "https://github.com/castwide/backport") (license license:expat)))