gnu: ruby-rspec: Use HTTPS home page.

* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:13:19 +01:00
parent c6be7eeddf
commit 3573971209
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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