mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ruby-rspec: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
This commit is contained in:
parent
c6be7eeddf
commit
3573971209
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ (define-public ruby-rspec
|
|||
(description "RSpec is a behavior-driven development (BDD) framework for
|
||||
Ruby. This meta-package includes the RSpec test runner, along with the
|
||||
expectations and mocks frameworks.")
|
||||
(home-page "http://rspec.info/")
|
||||
(home-page "https://rspec.info/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-rspec-2
|
||||
|
|
Loading…
Reference in a new issue